mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
fix system.stateVersion for tests
This commit is contained in:
parent
d371c70b45
commit
91dc75a805
1 changed files with 1 additions and 1 deletions
|
|
@ -16,6 +16,6 @@
|
|||
device = "/dev/disk/by-uuid/00000000-0000-0000-0000-000000000000";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
system.stateVersion = lib.version;
|
||||
system.stateVersion = config.system.nixos.release;
|
||||
})
|
||||
]).config.system.build.toplevel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue