From d452e982e36e75912266bf1b3469a2ac2dbd9d64 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 3 Apr 2024 20:07:34 -0400 Subject: [PATCH] fish: Add nix flake check abbreviation More useful now that it's also used for VM testing. --- modules/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fish.nix b/modules/fish.nix index ae0a2cf3..8a723fae 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -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";