nix-super/src/libexpr/primops
Eelco Dolstra 86b05ccd54 Only provide builtin.{getFlake,fetchClosure} is the corresponding experimental feature is enabled
This allows writing fallback code like

  if builtins ? fetchClosure then
    builtins.fetchClose { ... }
  else
    builtins.storePath ...
2022-03-25 14:04:18 +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 Only provide builtin.{getFlake,fetchClosure} is the corresponding experimental feature is enabled 2022-03-25 14:04:18 +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