fish: Add nix flake check abbreviation

More useful now that it's also used for VM testing.
This commit is contained in:
Donovan Glover 2024-04-03 20:07:34 -04:00
parent a3717c48f0
commit d452e982e3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -89,6 +89,7 @@ in
te = "trash empty";
nf = "nix flake";
nfc = "nix flake check";
nfu = "nix flake update";
npr = "nixpkgs-review pr --run fish --print-result";
nd = "nix develop --command fish";