We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8474838 commit bd9f1a7Copy full SHA for bd9f1a7
.github/workflows/prebuilt-23.11.yml renamed to .github/workflows/prebuilt-24.11.yml
@@ -1,4 +1,4 @@
1
-name: "prebuilt-23.11"
+name: "prebuilt-24.11"
2
3
on:
4
workflow_dispatch: # allows manual triggering
@@ -18,4 +18,4 @@ jobs:
18
with:
19
name: microvm
20
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
21
- - run: nix build -L .#prebuilt --override-input nixpkgs github:nixos/nixpkgs/release-23.11
+ - run: nix build -L .#prebuilt --override-input nixpkgs github:nixos/nixpkgs/release-24.11
doc/src/cpu-emulation.md
@@ -56,7 +56,7 @@ settings:
56
};
57
environment.systemPackages = with pkgs; [ cowsay htop ];
58
services.getty.autologinUser = "root";
59
- system.stateVersion = "23.11";
+ system.stateVersion = "24.11";
60
}
61
];
62
0 commit comments