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 ced8b8f commit 857ff97Copy full SHA for 857ff97
.github/workflows/publish.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: "Install Nix"
25
uses: cachix/install-nix-action@v31
26
with:
27
- nix_path: nixpkgs=channel:25.05
+ nix_path: nixpkgs=channel:25.11 # Change me on NixOS upgrades!
28
- name: Build ISO images
29
run: >
30
nix run nixpkgs#nixos-generators -- \
flake.nix
@@ -2,7 +2,7 @@
2
description = "Basic NixOS setup with cloud-init, intended to be made into an ISO";
3
4
inputs = {
5
- nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
+ nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; # Change me on NixOS upgrades!
6
};
7
8
outputs = { self, nixpkgs }: {
0 commit comments