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.
This commit is contained in:
Matt Sturgeon 2024-07-07 01:49:24 +01:00
parent 3d1224a039
commit f38400d959
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -71,6 +71,7 @@
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
allow-import-from-derivation = false;
};
outputs =