From 92bb854c9e0f2e5042c29d2f61741f9db596834b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:42:46 +0400 Subject: [PATCH] default.nix: remove comments about stateversion --- default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/default.nix b/default.nix index ed8ce493..473d7a9e 100644 --- a/default.nix +++ b/default.nix @@ -95,7 +95,6 @@ home-manager.useUserPackages = true; home-manager.users.sako = { pkgs, ... }: { - # CHANGE THIS WHEN THE SYSTEM VERSION CHANGES TOO!!! home.packages = [ ]; home.username = "sako"; home.homeDirectory = "/home/sako"; @@ -146,8 +145,4 @@ # package = pkgs.gitFull; # }; - # read stable version patch notes and fix any issues - # then you can change this - #system.stateVersion = "23.05"; - # read comment you read the comment? }