1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Fix stateVersion defaults

This commit is contained in:
Stefan Ellmauthaler 2022-07-27 16:43:54 +02:00
parent ff50297c44
commit a8dd19bba2
Failed to extract signature

View File

@ -135,7 +135,7 @@
inherit username; inherit username;
system = "x86_64-linux"; system = "x86_64-linux";
homeDirectory = "/home/${username}"; homeDirectory = "/home/${username}";
stateVersion = "21.05"; stateVersion = extended-lib.mkDefault "21.05";
}); });
outputsBuilder = channels: { outputsBuilder = channels: {