Skip to content

Commit

Permalink
ci runner - update spawning nixos channel
Browse files Browse the repository at this point in the history
  • Loading branch information
cherusk committed Nov 14, 2024
1 parent 3232626 commit a4a2908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/nix_config/ci-runner/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@

nixpkgs.config.allowUnfree = true;

system.nixos.version = "23.05";
system.nixos.version = "24.05";
}
2 changes: 1 addition & 1 deletion .github/workflows/runner_recreate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
--become
-T 120
-m raw -a "hostnamectl set-hostname ci_runner;
curl ${NIXOS_INFECT_SCRIPT_URL} | NO_REBOOT=true NO_SWAP=true NIX_CHANNEL=nixos-21.11 bash -x;"
curl ${NIXOS_INFECT_SCRIPT_URL} | NO_REBOOT=true NO_SWAP=true NIX_CHANNEL=nixos-24.05 bash -x;"
ssh-keygen -R "$(cat ./instance_address)";
env:
NIXOS_INFECT_SCRIPT_URL: "https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect"
Expand Down

0 comments on commit a4a2908

Please sign in to comment.