mirror of
https://github.com/NixOS/nix.git
synced 2025-12-24 18:00:55 +01:00
The motivation for this change is two-fold: 1. Commonly used Symbol values can be referred to quite often and they can be assigned at compile-time rather than runtime. 2. This also unclutters EvalState constructor, which was getting very long and unreadable. Spiritually similar to https://gerrit.lix.systems/c/lix/+/2218, though that patch doesn't allocate the Symbol at compile time. Co-authored-by: eldritch horrors <pennae@lix.systems> |
||
|---|---|---|
| .. | ||
| include/nix/flake | ||
| .version | ||
| call-flake.nix | ||
| config.cc | ||
| flake-primops.cc | ||
| flake.cc | ||
| flakeref.cc | ||
| lockfile.cc | ||
| meson.build | ||
| nix-meson-build-support | ||
| package.nix | ||
| settings.cc | ||
| url-name.cc | ||