Merge pull request #172040 from K900/fix-installer-eval

installation-cd-base: fix eval
This commit is contained in:
Artturi 2022-05-08 13:50:10 +03:00 committed by GitHub
commit 3c8e6248cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,5 +46,5 @@ with lib;
done
'';
system.stateVersion = mkDefault "18.03";
system.stateVersion = lib.mkDefault lib.trivial.release;
}