index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-09-16
Don't include nlohmann/json.hpp in config.hh
regnat
2020-09-16
Include the full nlohmann/json header in config.hh
regnat
2020-09-16
Add `(StoreConfig*)` casts to work around a GCC bug
regnat
2020-09-16
fixup! Add a default value for the settings
regnat
2020-09-16
Fix build issues with gcc
regnat
2020-09-16
Add a markdown output to `nix describe-stores`
regnat
2020-09-16
Add a name to the stores
regnat
2020-09-16
Document the new store hierarchy
regnat
2020-09-16
Make uri schemes grammar more RFC-compliant
regnat
2020-09-16
fixup! Make the store plugins more introspectable
regnat
2020-09-16
fixup! Correctly call all the parent contructors of the stores
regnat
2020-09-16
Properly filter the stores according to their declared uriSchemes
regnat
2020-09-16
Correctly call all the parent contructors of the stores
regnat
2020-09-16
Make `nix describe-stores` functional
regnat
2020-09-16
Separate store configs from the implems
regnat
2020-09-16
fixup! Separate the instantiation and initialisation of the stores
regnat
2020-09-16
Add a default value for the settings
regnat
2020-09-16
Complete the `toJSON` instance for `Setting<T>`
regnat
2020-09-16
Separate the instantiation and initialisation of the stores
regnat
2020-09-16
Fix the registration of stores
regnat
2020-09-16
Make the store plugins more introspectable
regnat
2020-09-15
Rename `Derivation::pathOpt` to `Derivation::path`
John Ericson
2020-09-15
Get rid of confusing `std::optional<bool>` for validity
John Ericson
2020-09-15
Don't link deriver until after any delayed exception is thrown
John Ericson
2020-09-15
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-09-15
Merge pull request #4014 from tweag/fix-queryDrvOutputMaps-for-old-daemons
Eelco Dolstra
2020-09-15
gracefully handle old daemon versions
regnat
2020-09-14
Escape `${` in strings when printing Nix expressions
regnat
2020-09-14
nix-daemon: Lower verbosity of restricted setting warning
Eelco Dolstra
2020-09-14
Merge pull request #4005 from Infinisil/fix-autoArgs
Eelco Dolstra
2020-09-13
Fix unspecified behaviour in readStorePathCAMap
aszlig
2020-09-11
Fix auto argument passing for more auto arguments than formals
Silvan Mosberger
2020-09-04
Add `nix-shell` support for preserving PS1
Gabriel Gonzalez
2020-09-04
Document `mkOutputString`
John Ericson
2020-09-04
Fix some of the issues raised by @edolstra
John Ericson
2020-09-04
Apply suggestions from code review
John Ericson
2020-09-04
Don't chmod symlink before moving outputs around
John Ericson
2020-09-03
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-09-03
Remove gc-check-reachability
Eelco Dolstra
2020-09-03
addPermRoot(): Remove indirect flag
Eelco Dolstra
2020-09-03
Remove the --indirect flag
Eelco Dolstra
2020-09-03
createGeneration(): Always create an indirect root
Eelco Dolstra
2020-09-03
createGeneration(): Take a StorePath
Eelco Dolstra
2020-09-02
EvalCache: Fix caching of strings
Eelco Dolstra
2020-09-01
Allow HTTP binary cache to request absolute uris
Domen Kožar
2020-09-01
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-09-01
github: Use access token when calling .../commits API
Eelco Dolstra
2020-08-31
Merge remote-tracking branch 'origin/master' into markdown
Eelco Dolstra
2020-08-28
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-28
nix develop: Add convenience flags for running specific phases
Eelco Dolstra
[next]