From b80550d91ba8766f4727104adefc03f82cb7d601 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 16 Jul 2025 19:57:42 +1000 Subject: [PATCH] modified: flake.nix --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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***" + ]; + }; }; };