diff options
author | github-actions[bot] | 2024-09-24 00:16:10 +0000 |
---|---|---|
committer | GitHub | 2024-09-24 00:16:10 +0000 |
commit | b6b063bdc265990fb87781682da974578b16443c (patch) | |
tree | bce72aa157c64696a2bf771800fb142c0dd09258 /nixos/tests/systemd-machinectl.nix | |
parent | 5b15a1f577931e4685cab06cdf782538e0e1deff (diff) | |
parent | ee35dc7c19dd00e4a122e36b24603687f6d04359 (diff) |
Merge master into haskell-updates
Diffstat (limited to 'nixos/tests/systemd-machinectl.nix')
-rw-r--r-- | nixos/tests/systemd-machinectl.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/systemd-machinectl.nix b/nixos/tests/systemd-machinectl.nix index 555a8bb43b30..40ea4905ec67 100644 --- a/nixos/tests/systemd-machinectl.nix +++ b/nixos/tests/systemd-machinectl.nix @@ -16,7 +16,7 @@ let imports = [ ../modules/profiles/minimal.nix ]; - system.stateVersion = config.system.nixos.version; + system.stateVersion = config.system.nixos.release; }; containerSystem = (import ../lib/eval-config.nix { |