From 91dc75a805501815969342ad1672e9b553d1f95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 13 May 2025 08:14:17 +0200 Subject: [PATCH] fix system.stateVersion for tests --- tests/build-profile.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build-profile.nix b/tests/build-profile.nix index 786fa8b6..36ab88b5 100644 --- a/tests/build-profile.nix +++ b/tests/build-profile.nix @@ -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