remove old stateVersion notice

This commit is contained in:
notgne2 2021-10-04 12:37:47 -07:00
parent 08891bd65c
commit 65ff09ae7d
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -100,7 +100,5 @@
programs.fish.enable = true; programs.fish.enable = true;
users.defaultUserShell = pkgs.fish; users.defaultUserShell = pkgs.fish;
system.stateVersion = lib.mkDefault (builtins.abort "pls specify system.stateVersion (to 19.03)");
}; };
} }