Switch back to flakes (again) This reverts commit b5bcdf72cbc998550bf55af1842fe65f8c9ef0bf.
1 file changed, 4 insertions(+), 4 deletions(-)
changed files
M user/settings/shell.nix → user/settings/shell.nix
@@ -113,8 +113,8 @@ grup = "git rup"; ho = "home-manager"; hob = "home-manager build"; - hos = "home-manager switch"; - hon = "home-manager news"; + hos = "home-manager switch --flake '.?submodules=1' -b hm_bak_$(date +%Y%m%d%H%M)"; + hon = "home-manager news --flake '.?submodules=1'"; hoh = "home-manager help"; hop = "home-manager packages"; hol = "home-manager generations";@@ -128,8 +128,8 @@ lw = "lorri watch"; lwo = "lorri watch --once"; - nsh = "nix-shell"; - nb = "nix-build"; + nsh = "nix shell"; + nb = "nix build"; nd = "nix develop"; nl = "nix log"; # shadows `coreutils.nl`, but I've never used that yet nr = "nix run";