mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 16:29:36 +01:00
For example, "${{ foo = "bar"; __toString = x: x.foo; }}" evaluates
to "bar".
With this, we can delay calling functions like mkDerivation,
buildPythonPackage, etc. until we actually need a derivation, enabling
overrides and other modifications to happen by simple attribute set
update.
|
||
|---|---|---|
| .. | ||
| boost | ||
| bsdiff-4.3 | ||
| download-via-ssh | ||
| libexpr | ||
| libmain | ||
| libstore | ||
| libutil | ||
| nix-collect-garbage | ||
| nix-daemon | ||
| nix-env | ||
| nix-hash | ||
| nix-instantiate | ||
| nix-log2xml | ||
| nix-prefetch-url | ||
| nix-store | ||