Remove remaining allowSubstitutes = false
See, e.g., https://github.com/NixOS/nix/issues/4442 for wider discussions.
This commit is contained in:
parent
1e5c8e9bff
commit
be1ad30503
6 changed files with 0 additions and 6 deletions
|
|
@ -32,7 +32,6 @@ with lib;
|
|||
firefox-unwrapped = pkgs.runCommand "firefox-0" {
|
||||
meta.description = "I pretend to be Firefox";
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
passthru.gtk3 = null;
|
||||
} ''
|
||||
mkdir -p "$out/bin"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ with lib;
|
|||
firefox-unwrapped = pkgs.runCommand "firefox-0" {
|
||||
meta.description = "I pretend to be Firefox";
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
passthru.gtk3 = null;
|
||||
} ''
|
||||
mkdir -p "$out/bin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue