remove space to try to triger the workflow
All checks were successful
nix flake show / show-flake (push) Successful in 29s

This commit is contained in:
smayzy 2025-08-09 17:10:19 +02:00
parent a5cf020c70
commit 8676253432

View File

@ -24,7 +24,6 @@ jobs:
echo "Pulling repo ..." echo "Pulling repo ..."
cd /home/smayzy/nix-config cd /home/smayzy/nix-config
git pull git pull
echo "Rebuilding system ..." echo "Rebuilding system ..."
old_gen="$(readlink /run/current-system)" old_gen="$(readlink /run/current-system)"
if nixos-rebuild switch --flake .#server1 --show-trace; then if nixos-rebuild switch --flake .#server1 --show-trace; then