From c9ab34040de3c0b67c86ab923afcd3eb7327b7a2 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..87b759d 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=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" + ]; + }; }; };