mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +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";
|
device = "/dev/disk/by-uuid/00000000-0000-0000-0000-000000000000";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
};
|
};
|
||||||
system.stateVersion = lib.version;
|
system.stateVersion = config.system.nixos.release;
|
||||||
})
|
})
|
||||||
]).config.system.build.toplevel
|
]).config.system.build.toplevel
|
||||||
|
|||||||
Reference in New Issue
Block a user