index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-03-02
Merge branch 'master' into paths-from-stdin
Théophane Hufschmitt
2023-03-02
Merge pull request #7940 from tweag/fix-http-errors-encoding
Eelco Dolstra
2023-03-02
Get rid of some unchecked calls to std::cout
Eelco Dolstra
2023-03-02
Log the decompressed body in case of http errors
Théophane Hufschmitt
2023-03-02
Logger::cout: Use fmt()
Eelco Dolstra
2023-03-02
nix store cat: Use writeFull()
Eelco Dolstra
2023-03-02
Logger::writeToStdout(): Use writeFull()
Eelco Dolstra
2023-03-02
Merge pull request #7924 from mkenigs/valid
Eelco Dolstra
2023-03-01
Merge pull request #7932 from obsidiansystems/remove-sameMachine
Théophane Hufschmitt
2023-03-01
Merge pull request #7854 from aameen-tulip/patch-1
Valentin Gagarin
2023-03-01
Remove dead code `RemoteStore::sameMachine`
John Ericson
2023-03-01
Merge pull request #7788 from bobvanderlinden/pr-improve-nix-profile-install-...
Valentin Gagarin
2023-03-01
nix-profile: add FIXME about using C++20 std::ranges
Bob van der Linden
2023-02-28
Always set valid in path-info --json output
Matthew Kenigsberg
2023-02-28
Get rid of `.drv` special-casing for store path installables
John Ericson
2023-02-28
nix-store: read paths from standard input
Timothy DeHerrera
2023-02-28
feat: read installable paths from stdin
Timothy DeHerrera
2023-02-28
Merge pull request #7793 from layus/interrupt_downloads
Eelco Dolstra
2023-02-28
Merge pull request #7904 from anatol/patch-1
Eelco Dolstra
2023-02-28
nix-profile-install: show helpful error upon package conflict
Bob van der Linden
2023-02-28
Merge pull request #7911 from edolstra/revert-7689
Eelco Dolstra
2023-02-27
buildenv: throw BuildEnvFileConflictError with more context
Bob van der Linden
2023-02-27
Merge pull request #7776 from yorickvP/fix-path-escapes-7707
Théophane Hufschmitt
2023-02-27
Merge pull request #7913 from fricklerhandwerk/master
Eelco Dolstra
2023-02-27
add information on the `build-hook` setting
Valentin Gagarin
2023-02-27
fetchTree: convert fs path to url via ParsedURL::to_string
Yorick van Pelt
2023-02-27
url: make percentEncode stricter, expose and unit test it
Yorick van Pelt
2023-02-27
Revert "getDefaultNixPath: actually respect `{restrict,pure}-eval`"
Eelco Dolstra
2023-02-27
Revert "Document default `nix-path` value"
Eelco Dolstra
2023-02-27
Merge pull request #7796 from hercules-ci/fix-7263
Théophane Hufschmitt
2023-02-24
Example uses gitlab.com thus clarify the comment
Anatol Pomozov
2023-02-22
Merge pull request #7764 from yorickvP/build-remote-warning
Théophane Hufschmitt
2023-02-22
flakes: Differentiate `self.outPath` and `self.sourceInfo.outPath`
Robert Hensing
2023-02-22
flakes: Ensure that `self.outPath == ./.`
Robert Hensing
2023-02-21
Merge pull request #7874 from obsidiansystems/fix-no-gc-build
Théophane Hufschmitt
2023-02-21
Merge pull request #7755 from obsidiansystems/mix-read-only-mode
Théophane Hufschmitt
2023-02-21
Fix the build without GC
John Ericson
2023-02-21
Merge pull request #7856 from yorickvP/fix-nsswitch
Théophane Hufschmitt
2023-02-20
`Derivation::toJSON`: fix bug!
John Ericson
2023-02-20
Merge pull request #7863 from obsidiansystems/test-derivation-to-json
Robert Hensing
2023-02-20
Make `--read-only` a separate mixin
John Ericson
2023-02-20
Split out `CmdRepl` and `editorFor`
John Ericson
2023-02-20
Slight cleanup of `InstallablesCommand::load`
John Ericson
2023-02-20
Split out `InstallableFlake` and `InstallableAttrPath`
John Ericson
2023-02-19
Merge pull request #7158 from sternenseemann/foldl-strict-accumulation-value
Valentin Gagarin
2023-02-19
Test `toJSON` of `DerivationOutput` and `Derivation`
John Ericson
2023-02-19
Move `Derivation` toJSON logic to libnixstore
John Ericson
2023-02-17
Wait with making /etc unwritable until after build env setup
Yorick van Pelt
2023-02-16
Document `hasAllInfo`
aameen-tulip
2023-02-16
Merge pull request #7811 from Et7f3/fix_memory_leaks
Robert Hensing
[next]