Update flake.lock
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
FLAKE=$(readlink -f /etc/nixos)
|
FLAKE=$(readlink -f /etc/nixos)
|
||||||
nix flake update --flake $FLAKE --impure
|
nix flake update --flake $FLAKE --impure
|
||||||
git -C /etc/nixos add $FLAKE > /dev/null 2>&1
|
git -C /etc/nixos add $FLAKE > /dev/null 2>&1
|
||||||
git -C /etc/nixos commit -m "Update flake.lock" > /dev/null 2>&1
|
|
||||||
sudo nixos-rebuild switch --flake $FLAKE#${systemSettings.hostName} --impure
|
sudo nixos-rebuild switch --flake $FLAKE#${systemSettings.hostName} --impure
|
||||||
'')
|
'')
|
||||||
(pkgs.writeShellScriptBin "ads" "nix develop --no-pure-eval $(readlink -f /etc/nixos)")
|
(pkgs.writeShellScriptBin "ads" "nix develop --no-pure-eval $(readlink -f /etc/nixos)")
|
||||||
|
|||||||
Reference in New Issue
Block a user