mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-02 16:27:15 +08:00
fix system.stateVersion for tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user