installation-cd-base: fix eval

This commit is contained in:
K900 2022-05-08 11:07:36 +03:00
parent 81e5e12673
commit e994576b0d

View File

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