From 160dacb051bb3529f33e8d388818f63db810b3a1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 29 Apr 2024 00:24:07 +0200 Subject: wip --- user/settings/shell.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user') diff --git a/user/settings/shell.nix b/user/settings/shell.nix index e5fe4f77..62f68e14 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -135,6 +135,8 @@ in nfp = "nix flake prefetch"; nfu = "nix flake update"; nfl = "nix flake lock"; + nfsh = "nix shell"; + ndev = "nix develop"; nlg = "nix-env --list-generations"; snlg = "sudo nix-env --list-generations --profile /nix/var/nix/profiles/system"; ngc = "nix-collect-garbage --delete-older-than 30d"; -- cgit 1.4.1