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

Add with lib to stateversion

This commit is contained in:
Stefan Ellmauthaler 2022-06-16 18:35:44 +02:00
parent 186f7a1903
commit 8284b13ada
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ...}: { config, lib, pkgs, ...}:
{ with lib;{
system.stateVersion = mkDefault "21.05"; system.stateVersion = mkDefault "21.05";
} }