mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
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:
parent
3d1224a039
commit
f38400d959
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
extra-trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
allow-import-from-derivation = false;
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue