Skip to content

Commit f38400d

Browse files
committed
flake: disable allow-import-from-derivation
Unfortunately this will print a confirmation when first using the flake: ``` do you want to allow configuration setting 'allow-import-from-derivation' to be set to 'false' (y/N)? ``` This is no different to the cachix configs though, so probably no big deal.
1 parent 3d1224a commit f38400d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
extra-trusted-public-keys = [
7272
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
7373
];
74+
allow-import-from-derivation = false;
7475
};
7576

7677
outputs =

0 commit comments

Comments
 (0)