1
0
forked from extern/nix-config

fish: Add nixpkgs-review abbreviation

This commit is contained in:
Donovan Glover 2023-11-19 06:37:49 -05:00
parent f4b0c41289
commit ad9500925d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -93,6 +93,7 @@
nf = "nix flake";
nfu = "nix flake update";
nfl = "nix flake lock --update-input";
npr = "nixpkgs-review pr --print-result";
nd = "nix develop --command fish";
nb = "nix build";
ns = "nix shell";