lol

substituteAll: allowSubstitutes = false;

trivial derivation

authored by

volth and committed by
GitHub
18e5db37 09665fee

+1
+1
pkgs/build-support/substitute/substitute-all.nix
··· 8 8 builder = ./substitute-all.sh; 9 9 inherit (args) src; 10 10 preferLocalBuild = true; 11 + allowSubstitutes = false; 11 12 } // args)