core: add nix flake alias

This commit is contained in:
Timothy DeHerrera 2020-08-01 22:12:15 -06:00
parent 5e0ca31d02
commit 93c2a3506b
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 1 additions and 0 deletions

View File

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