fish: Use fish shell when running nixpkgs-review

This makes things a lot nicer.
This commit is contained in:
Donovan Glover 2023-12-13 05:43:52 -05:00
parent 442bdbcbe7
commit 13dad50841
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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