all repos — nixfiles @ b5bcdf72cbc998550bf55af1842fe65f8c9ef0bf

System and user configuration, managed by nix and home-manager

Revert "Switch back to flakes" This reverts commit c0384c43821474d28af1d9696ceb473a0d769292.

Alan Pearce
commit

b5bcdf72cbc998550bf55af1842fe65f8c9ef0bf

parent

734a3cebed8dd4be66a546179dbda890abc5a10d

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M user/settings/shell.nixuser/settings/shell.nix
@@ -112,8 +112,8 @@ grup = "git rup";
ho = "home-manager"; hob = "home-manager build"; - hos = "home-manager switch --flake '.?submodules=1' -b hm_bak_$(date +%Y%m%d%H%M)"; - hon = "home-manager news --flake '.?submodules=1'"; + hos = "home-manager switch"; + hon = "home-manager news"; hoh = "home-manager help"; hop = "home-manager packages"; hol = "home-manager generations";
@@ -122,7 +122,7 @@
lw = "lorri watch"; lwo = "lorri watch --once"; - nsh = "nix shell"; + nsh = "nix-shell"; nb = "nix build"; nd = "nix develop"; nl = "nix log"; # shadows `coreutils.nl`, but I've never used that yet