diff options
author | Alan Pearce | 2024-04-18 14:17:59 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-18 14:17:59 +0200 |
commit | 887f319e560431c462239dcddc1904ee211c3ac9 (patch) | |
tree | 4e30190a38769228df54289bc1c6442850eca3bd /user/settings | |
parent | 0cee36a024bf30dd466b8245a2c4e085921a1981 (diff) | |
download | nixfiles-887f319e560431c462239dcddc1904ee211c3ac9.tar.lz nixfiles-887f319e560431c462239dcddc1904ee211c3ac9.tar.zst nixfiles-887f319e560431c462239dcddc1904ee211c3ac9.zip |
shell: add alias for nix flake check
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 768e52a6..607c42fe 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -125,6 +125,7 @@ in nish = "nix-shell"; nf = "nix flake"; nfa = "nix flake archive"; + nfc = "nix flake check"; nfp = "nix flake prefetch"; nfu = "nix flake update"; nfl = "nix flake lock"; |