mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
This allows writing fallback code like
if builtins ? fetchClosure then
builtins.fetchClose { ... }
else
builtins.storePath ...
|
||
|---|---|---|
| .. | ||
| manual | ||