about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorgithub-actions[bot]2024-09-24 00:16:10 +0000
committerGitHub2024-09-24 00:16:10 +0000
commitb6b063bdc265990fb87781682da974578b16443c (patch)
treebce72aa157c64696a2bf771800fb142c0dd09258 /flake.nix
parent5b15a1f577931e4685cab06cdf782538e0e1deff (diff)
parentee35dc7c19dd00e4a122e36b24603687f6d04359 (diff)
Merge master into haskell-updates
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index bb7d0d5d4de3..b09b6a5a4a0b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -64,7 +64,7 @@
               boot.loader.grub.enable = false;
               fileSystems."/".device = "nodev";
               # See https://search.nixos.org/options?show=system.stateVersion&query=stateversion
-              system.stateVersion = lib.versions.majorMinor lib.version; # DON'T do this in real configs!
+              system.stateVersion = lib.trivial.release; # DON'T do this in real configs!
             })
           ];
         }).config.system.build.toplevel;