From 13dad50841715d6358125c10b508d14061063c5b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 13 Dec 2023 05:43:52 -0500 Subject: [PATCH] fish: Use fish shell when running nixpkgs-review This makes things a lot nicer. --- modules/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";