From ad9500925dff410c0b4013937b03fef7ccf8fb64 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 19 Nov 2023 06:37:49 -0500 Subject: [PATCH] fish: Add nixpkgs-review abbreviation --- modules/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fish.nix b/modules/fish.nix index a7b647b..cc804dd 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -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";