Files
nix/doc/manual
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
..
2020-08-19 12:31:18 +02:00
2020-08-19 12:31:18 +02:00
2022-02-24 13:50:50 +01:00
2022-02-23 15:06:13 +01:00
2021-01-25 18:19:32 +01:00