🚀 better nix-lock
parent
dfdd983836
commit
c44034b12b
|
@ -48,8 +48,7 @@
|
||||||
|
|
||||||
nix-switch = "doas nixos-rebuild switch --flake ~/.dotfiles";
|
nix-switch = "doas nixos-rebuild switch --flake ~/.dotfiles";
|
||||||
nix-boot = "doas nixos-rebuild boot --flake ~/.dotfiles";
|
nix-boot = "doas nixos-rebuild boot --flake ~/.dotfiles";
|
||||||
nix-lock =
|
nix-lock = "pushd ~/.dotfiles && nix flake update && popd";
|
||||||
"doas nixos-rebuild dry-activate --flake ~/.dotfiles --recreate-lock-file";
|
|
||||||
|
|
||||||
emacs = editor;
|
emacs = editor;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue