-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow fetchpatch everywhere, without restrictions #188587
Commits on Sep 16, 2022
-
patchutils: add forStdenvBootstrap flag
Adam Joseph committedSep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for afad2fc - Browse repository at this point
Copy the full SHA afad2fcView commit details -
fetchurl/boot.nix: allow empty/fake hash
Adam Joseph committedSep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for a804503 - Browse repository at this point
Copy the full SHA a804503View commit details -
nix-fetchurl.nix: copy from nix repository
Adam Joseph committedSep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for be7ab33 - Browse repository at this point
Copy the full SHA be7ab33View commit details -
nix-fetchurl.nix: add support for __impure
Adam Joseph committedSep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for e3e13bf - Browse repository at this point
Copy the full SHA e3e13bfView commit details -
fetchurl/boot.nix: accept postFetch parameter
Adam Joseph committedSep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 9d8b7b3 - Browse repository at this point
Copy the full SHA 9d8b7b3View commit details -
stdenv/linux: use fetchpatch in stage0
Adam Joseph committedSep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 42e4382 - Browse repository at this point
Copy the full SHA 42e4382View commit details -
darwin/linux: use fetchpatch in stage0
Adam Joseph committedSep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for b4b5f50 - Browse repository at this point
Copy the full SHA b4b5f50View commit details -
binutils: add demo and regression test for stage0-fetchpatch
Adam Joseph committedSep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for b69ff34 - Browse repository at this point
Copy the full SHA b69ff34View commit details -
fetchurl: drop vendored fetchurl.nix
This commit assumes that NixOS/nix#7052 merges. If it has not yet merged and you did not cherry-pick it into your copy of Nix, revert this commit before testing.
Adam Joseph committedSep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 30a099f - Browse repository at this point
Copy the full SHA 30a099fView commit details -
Update pkgs/development/tools/misc/binutils/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0049f31 - Browse repository at this point
Copy the full SHA 0049f31View commit details -
Update pkgs/development/tools/misc/binutils/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c90d174 - Browse repository at this point
Copy the full SHA c90d174View commit details -
Update pkgs/development/tools/misc/binutils/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5af5661 - Browse repository at this point
Copy the full SHA 5af5661View commit details -
Update pkgs/build-support/fetchurl/boot.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 64dc3d0 - Browse repository at this point
Copy the full SHA 64dc3d0View commit details -
Revert "fetchurl: drop vendored fetchurl.nix"
This reverts commit 30a099f.
Adam Joseph committedSep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 54ec6c5 - Browse repository at this point
Copy the full SHA 54ec6c5View commit details -
fetchurl/boot.nix: signal using
impure
rather thanoutputHash=""
The method for signaling that `__impure` is desired went through a few minor revisions between this PR being filed and NixOS/nix#7052 being merged. This commit accounts for those changes so the "pre-Nix-2.12 emulation" uses the same interface that Nix 2.12 will use. See also: NixOS/nix#7052 (comment)
Adam Joseph committedSep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 34f871a - Browse repository at this point
Copy the full SHA 34f871aView commit details