core: remove network from nix search alias
This commit is contained in:
parent
13eb4ec233
commit
1dddafdfcf
@ -59,7 +59,7 @@ in {
|
|||||||
np = "n profile";
|
np = "n profile";
|
||||||
ni = "np install";
|
ni = "np install";
|
||||||
nr = "np remove";
|
nr = "np remove";
|
||||||
ns = "n search";
|
ns = "n search --no-update-lock-file";
|
||||||
srch = "ns nixpkgs";
|
srch = "ns nixpkgs";
|
||||||
nrb = ifSudo "sudo nixos-rebuild";
|
nrb = ifSudo "sudo nixos-rebuild";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user