1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 22:01:15 +02:00
nix/src/libexpr/primops
Eelco Dolstra f4bafc412f Add builtins.fetchClosure
This allows closures to be imported at evaluation time, without
requiring the user to configure substituters. E.g.

  builtins.fetchClosure {
    storePath = /nix/store/f89g6yi63m1ywfxj96whv5sxsm74w5ka-python3.9-sqlparse-0.4.2;
    from = "https://cache.ngi0.nixos.org";
  }
2022-03-24 21:33:33 +01:00
..
context.cc Merge pull request #6237 from obsidiansystems/store-path-string-context 2022-03-22 10:29:46 +01:00
derivation.nix Remove corepkgs/derivation.nix 2020-09-17 09:41:02 +02:00
fetchClosure.cc Add builtins.fetchClosure 2022-03-24 21:33:33 +01:00
fetchMercurial.cc Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
fetchTree.cc Add builtins.fetchClosure 2022-03-24 21:33:33 +01:00
fromTOML.cc Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00