Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-16 | fetchurl.nix: change other use of __impure | Adam Joseph | |
2022-09-16 | Update src/libexpr/fetchurl.nix | Adam Joseph | |
Co-authored-by: Eelco Dolstra <edolstra@gmail.com> | |||
2022-09-16 | libexpr/fetchurl.nix: allow __impure fetch | Adam Joseph | |
This commit adds an optional `__impure` parameter to fetchurl.nix, which allows the caller to use `libfetcher`'s fetcher in an impure derivation. This allows nixpkgs' patch-normalizing fetcher (fetchpatch) to be rewritten to use nix's internal fetchurl, thereby eliminating the awkward "you can't use fetchpatch here" banners scattered all over the place. See also: https://github.com/NixOS/nixpkgs/pull/188587 | |||
2020-12-22 | Move <nix/fetchurl.nix> into the nix binary | Eelco Dolstra | |
This makes the statically linked nix binary just work, without needing any additional files. |