From 65ff09ae7d8649884bd16c4b577065f28efb1383 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Mon, 4 Oct 2021 12:37:47 -0700 Subject: [PATCH] remove old stateVersion notice --- common.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/common.nix b/common.nix index 146b166..4518a20 100644 --- a/common.nix +++ b/common.nix @@ -100,7 +100,5 @@ programs.fish.enable = true; users.defaultUserShell = pkgs.fish; - - system.stateVersion = lib.mkDefault (builtins.abort "pls specify system.stateVersion (to 19.03)"); }; }