update_script: remove accidental subshell from echo
All checks were successful
flake / flake (push) Successful in 5m9s

This commit is contained in:
Jake Hillion 2024-04-07 16:13:13 +01:00
parent 3c693ee42f
commit 72898701da

View File

@ -25,7 +25,7 @@ let
fi
if ! ${pkgs.nixos-rebuild}/bin/nixos-rebuild --flake "/etc/nixos#${config.networking.fqdn}" test; then
echo "WARNING: `nixos-rebuild test` failed!"
echo "WARNING: `nixos-rebuild test' failed!"
fi
while true; do