modified: flake.nix

This commit is contained in:
2025-07-16 19:57:42 +10:00
parent c7762545ea
commit c9ab34040d

View File

@@ -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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"
];
};
};
};