diff --git a/flake.nix b/flake.nix index a3b45ae..63235ef 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,9 @@ } ]; + + + specialArgs = { inherit inputs; }; }; docker = nixpkgs.lib.nixosSystem { @@ -63,6 +66,11 @@ home-manager.users.nixos = import ./common/home.nix; } ]; + nixConfig = { + access-tokens = [ + "github.com=***REMOVED***" + ]; + }; }; };