diff --git a/flake.nix b/flake.nix index 203813e..aac6a73 100644 --- a/flake.nix +++ b/flake.nix @@ -66,6 +66,7 @@ useUserPackages = true; extraSpecialArgs = { inherit inputs; }; users.root.programs.git = { + stateVersion = config.stateVersion; extraConfig.credential.helper = "store --file ~/.git-credentials"; }; users.${config.user} = {