Skip to content

Commit

Permalink
flake: disable allow-import-from-derivation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MattSturgeon committed Aug 3, 2024
1 parent 3d1224a commit f38400d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
allow-import-from-derivation = false;
};

outputs =
Expand Down

0 comments on commit f38400d

Please sign in to comment.