Skip to content

Commit bd9f1a7

Browse files
SuperSandro2000astro
authored andcommitted
1 parent 8474838 commit bd9f1a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/prebuilt-23.11.yml renamed to .github/workflows/prebuilt-24.11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "prebuilt-23.11"
1+
name: "prebuilt-24.11"
22

33
on:
44
workflow_dispatch: # allows manual triggering
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
name: microvm
2020
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
21-
- run: nix build -L .#prebuilt --override-input nixpkgs github:nixos/nixpkgs/release-23.11
21+
- run: nix build -L .#prebuilt --override-input nixpkgs github:nixos/nixpkgs/release-24.11

doc/src/cpu-emulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ settings:
5656
};
5757
environment.systemPackages = with pkgs; [ cowsay htop ];
5858
services.getty.autologinUser = "root";
59-
system.stateVersion = "23.11";
59+
system.stateVersion = "24.11";
6060
}
6161
];
6262
};

0 commit comments

Comments
 (0)