From c06384c1b36545f2710f4c6ad7e7133007d3e3e3 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 13 Feb 2026 03:25:30 -0800 Subject: [PATCH] Enable flake nixConfig and add cache.railbird.ai substituter --- nixos/nix.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/nix.nix b/nixos/nix.nix index 9d476660..47c7c17c 100644 --- a/nixos/nix.nix +++ b/nixos/nix.nix @@ -28,10 +28,13 @@ ''; registry.nixpkgs.flake = inputs.nixpkgs; settings = { + # Allow per-repo flake `nixConfig` (substituters, keys, etc). + accept-flake-config = true; keep-outputs = true; keep-derivations = true; substituters = [ "https://cache.nixos.org" + "https://cache.railbird.ai?priority=45" "https://cuda-maintainers.cachix.org" "https://ai.cachix.org" "https://codex-cli.cachix.org"