Remove impure-derivations (not experimental anymore?)
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Andrea Ciceri 2025-05-28 13:58:17 +02:00
parent 41656bdf55
commit 6bdf2e95c1
No known key found for this signature in database

View file

@ -41,7 +41,7 @@
nixPath = [ "nixpkgs=${fleetFlake.inputs.nixpkgs}" ];
extraOptions = ''
experimental-features = nix-command flakes impure-derivations
experimental-features = nix-command flakes
builders-use-substitutes = true
'';