Fix pure eval and harden nix script bootstrap

This commit is contained in:
beatz174-bit
2026-05-12 11:09:23 +10:00
parent 554f484593
commit 26eec71b8c
14 changed files with 185 additions and 37 deletions
+1 -5
View File
@@ -1,11 +1,7 @@
{
description = "LAN NixOS configs";
nixConfig = {
access-tokens = [
"github.com=***REMOVED***"
];
};
# GitHub tokens must be provided outside this repository (local nix.conf, env, or deployment secrets).
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nixos-conf-editor.url = "github:snowfallorg/nixos-conf-editor";