index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
parsed-derivations.cc
Age
Commit message (
Expand
)
Author
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-04-21
Fix exportReferencesGraph when given store subpath
Alyssa Ross
2024-03-04
Merge pull request #8047 from lovesegfault/always-allow-substitutes
eldritch horrors
2022-11-29
Merge pull request #3600 from NixOS/auto-uid-allocation
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-11-08
Split auto UID allocation from cgroups
Eelco Dolstra
2022-03-18
Generalize `DerivationType` in preparation for impure derivations
John Ericson
2022-01-27
convert a for more utilities to string_view
pennae
2021-07-12
Style
Eelco Dolstra
2021-07-12
Merge branch 'master' into structured-attrs-shell
Maximilian Bosch
2021-06-24
Perform input rewrites only in LocalDerivationGoal
Maximilian Bosch
2021-06-22
Move `writeStructuredAttrsShell` out of `ParsedDerivation` class
Maximilian Bosch
2021-06-22
Split shell & json creation for build environments with structured attrs
Maximilian Bosch
2021-06-22
Source complete env in `nix-shell` with `__structuredAttrs = true;`
Maximilian Bosch
2021-06-11
Add a ca-derivations required machine feature
regnat
2021-01-12
Don't let 'preferLocalBuild' override 'max-jobs=0'
Rickard Nilsson
2020-08-12
Make `system-features` a store setting
John Ericson
2020-07-22
Parse CA derivations using new output variants
John Ericson
2020-06-17
Reserve the `__contentAddressed` derivation parameter
regnat
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-09-03
Support allowSubstitutes attribute in structured attribute derivations
Eelco Dolstra
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2018-09-28
Check requiredSystemFeatures for local builds
Eelco Dolstra
2018-09-28
Move structured attrs handling into a separate class
Eelco Dolstra