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 482a5d9 commit b9cbfe9Copy full SHA for b9cbfe9
tests/build-profile.nix
@@ -16,6 +16,6 @@
16
device = "/dev/disk/by-uuid/00000000-0000-0000-0000-000000000000";
17
fsType = "btrfs";
18
};
19
- system.stateVersion = lib.version;
+ system.stateVersion = config.system.nixos.release;
20
})
21
]).config.system.build.toplevel
0 commit comments