index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
fixup! Make the store plugins more introspectable
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-16
Merge branch 'single-ca-drv-build' of https://github.com/obsidiansystems/nix
Eelco Dolstra
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
.gitignore: inst -> outputs
Eelco Dolstra
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
Merge pull request #4012 from tweag/3989-escape-dollar-in-manifest
Eelco Dolstra
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-14
Merge pull request #4010 from leungbk/ccls
Eelco Dolstra
2020-09-14
Merge pull request #4008 from aszlig/fix-ub-in-reading-ca-map
Eelco Dolstra
2020-09-13
Add ccls files to .gitignore
Brian Leung
2020-09-13
Fix unspecified behaviour in readStorePathCAMap
aszlig
2020-09-12
docs+test: fix remaining installer downloads without -L (#4006)
Jade
2020-09-11
Fix auto argument passing for more auto arguments than formals
Silvan Mosberger
2020-09-11
Merge pull request #3988 from Gabriel439/gabriel/preserve_ps1
Domen Kožar
2020-09-07
Merge #3982: Minor docs updates
Vladimír Čunát
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-04
Update tests/content-addressed.nix
John Ericson
2020-09-03
Rename derivation in floating CA test
John Ericson
2020-09-03
Beef up floating CA derivations test a bit
John Ericson
2020-09-03
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
[next]