Enable impure-derivations experimental feature

This commit is contained in:
Andrea Ciceri 2023-12-11 00:17:14 +01:00
parent 83b8f7d952
commit 03e75d02a9
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -18,7 +18,7 @@
}; };
extraOptions = '' extraOptions = ''
experimental-features = nix-command flakes ca-derivations experimental-features = nix-command flakes ca-derivations impure-derivations
builders-use-substitutes = true builders-use-substitutes = true
''; '';