core: remove network from nix search alias

This commit is contained in:
Timothy DeHerrera 2020-07-24 20:20:24 -06:00
parent 13eb4ec233
commit 1dddafdfcf
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ in {
np = "n profile";
ni = "np install";
nr = "np remove";
ns = "n search";
ns = "n search --no-update-lock-file";
srch = "ns nixpkgs";
nrb = ifSudo "sudo nixos-rebuild";