enable flake-wide fallback on substitution failure
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 9s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 3m6s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 11m43s

This commit is contained in:
ahuston-0 2025-04-02 00:20:04 -04:00
parent cb9f93f611
commit e70b7c0e92
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -19,6 +19,7 @@
];
trusted-users = [ "root" ];
allow-import-from-derivation = true;
fallback = true;
};
inputs = {