mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
installation-cd-base: fix eval
This commit is contained in:
parent
81e5e12673
commit
e994576b0d
@ -46,5 +46,5 @@ with lib;
|
||||
done
|
||||
'';
|
||||
|
||||
system.stateVersion = mkDefault "18.03";
|
||||
system.stateVersion = lib.mkDefault lib.trivial.release;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user