mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
This allows writing fallback code like
if builtins ? fetchClosure then
builtins.fetchClose { ... }
else
builtins.storePath ...
|
||
|---|---|---|
| .. | ||
| src | ||
| theme | ||
| book.toml | ||
| custom.css | ||
| generate-builtins.nix | ||
| generate-manpage.nix | ||
| generate-options.nix | ||
| local.mk | ||
| quote-literals.xsl | ||
| utils.nix | ||