Update flake.lock

This commit is contained in:
John Lancaster
2025-02-17 01:45:17 -06:00
parent 11bfe1baac
commit 4e69da43c9

View File

@@ -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)")