Archived
Fix pure eval and harden nix script bootstrap
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user