Fix Deploy workflow
CI / check (push) Successful in 4m17s

This commit is contained in:
2026-06-23 11:54:44 +02:00
parent b4ee759957
commit fc4fba565d
2 changed files with 9 additions and 1 deletions
+7
View File
@@ -222,7 +222,14 @@ in
wget
nix
openssh
nixos-rebuild
];
settings = {
runner.env_vars = {
PATH = "/run/wrappers/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/usr/bin:/bin";
};
};
};
};