feat: Allow input from derivation

This commit is contained in:
2025-08-05 14:50:35 -06:00
parent 0ffadfcb3e
commit 0cddfbd3c9
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -147,6 +147,7 @@
nix = {
settings = {
allow-import-from-derivation = true;
trusted-users = [
"@wheel"
];