diff --git a/modules/fish.nix b/modules/fish.nix index bab1b3b9..da4ca2a9 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -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";