1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 01:39:36 +01:00
nix/src
pennae b596cc9e79 decouple parser and EvalState
there's no reason the parser itself should be doing semantic analysis
like bindVars. split this bit apart (retaining the previous name in
EvalState) and have the parser really do *only* parsing, decoupled from
EvalState.
2024-01-15 16:52:18 +01:00
..
build-remote Allow dynamic derivation deps in inputDrvs 2023-09-07 10:39:37 -04:00
libcmd Separate SystemError from SysError 2024-01-12 12:00:33 -05:00
libexpr decouple parser and EvalState 2024-01-15 16:52:18 +01:00
libfetchers Merge pull request #9736 from obsidiansystems/mingw-makefiles 2024-01-11 10:58:55 -05:00
libmain Use buildprefix in a few more places 2023-11-29 19:49:07 -05:00
libstore Avoid unnecessary copy of goal log 2024-01-13 19:32:37 +00:00
libutil Separate SystemError from SysError 2024-01-12 12:00:33 -05:00
nix Merge pull request #9737 from obsidiansystems/sys-error-split 2024-01-12 12:41:36 -05:00
nix-build Separate SystemError from SysError 2024-01-12 12:00:33 -05:00
nix-channel Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-collect-garbage Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-copy-closure Restrict some code to StoreDirConfig 2023-11-04 19:05:36 -04:00
nix-env Restore ambiguous value printer for nix-instantiate 2024-01-11 16:34:36 -08:00
nix-instantiate Restore ambiguous value printer for nix-instantiate 2024-01-11 16:34:36 -08:00
nix-store Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
resolve-system-dependencies Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
toml11 Replace cpptoml with toml11 2021-12-17 22:03:33 +01:00