index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-12-21
Add 'nix why-depends' manpage
Eelco Dolstra
2020-12-21
Add 'nix store' NAR-related manpages
Eelco Dolstra
2020-12-21
Add 'nix nar' manpages
Eelco Dolstra
2020-12-21
Add 'nix eval' manpage
Eelco Dolstra
2020-12-21
Add 'nix store ping' manpage
Eelco Dolstra
2020-12-21
Tweak
Eelco Dolstra
2020-12-21
Add 'nix log' manpage
Eelco Dolstra
2020-12-21
Add 'nix repl' manpage
Eelco Dolstra
2020-12-21
Add 'nix edit' manpage
Eelco Dolstra
2020-12-21
Typo
Eelco Dolstra
2020-12-21
Add 'nix registry' manpages
Eelco Dolstra
2020-12-21
Add 'nix develop' and `nix print-dev-env' manpages
Eelco Dolstra
2020-12-21
Add 'nix search' manpage
Eelco Dolstra
2020-12-21
Add 'nix copy' manpage
Eelco Dolstra
2020-12-21
generate-manpage.nix: Fix short names
Eelco Dolstra
2020-12-21
Add 'nix run' and 'nix shell' manpages
Eelco Dolstra
2020-12-21
Add 'nix build' manpage
Eelco Dolstra
2020-12-21
Move doc() to Args
Eelco Dolstra
2020-12-21
Merge pull request #4385 from obsidiansystems/store-subclass
Eelco Dolstra
2020-12-21
Merge pull request #4355 from Infinisil/private-value-type
Eelco Dolstra
2020-12-20
Overhaul store subclassing
John Ericson
2020-12-18
Replace Value type setters with mk* functions
Silvan Mosberger
2020-12-18
Merge pull request #4302 from garbas/cli-guideline
Eelco Dolstra
2020-12-17
smaller fixes
Rok Garbas
2020-12-17
Merge remote-tracking branch 'origin/master' into cli-guideline
Rok Garbas
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-17
Rename ValueType -> InternalType, NormalType -> ValueType
Silvan Mosberger
2020-12-17
Merge pull request #4378 from NixOS/fix-master-build
Eelco Dolstra
2020-12-17
Fix the detection of already built drv outputs
regnat
2020-12-16
Merge pull request #4370 from NixOS/ca/more-precise-build-noop
Eelco Dolstra
2020-12-16
Merge pull request #4373 from NixOS/ca/fix-queryPartialDrvOutputMap-when-no-d...
Eelco Dolstra
2020-12-16
Don't ignore an absent drv file in queryPartialDrvOutputMap
regnat
2020-12-16
Merge pull request #4348 from NixOS/ca/use-hashmodulo
Eelco Dolstra
2020-12-16
Merge pull request #4371 from NixOS/ca/fix-remote-store-registerDrvOutput
Eelco Dolstra
2020-12-16
Fix BinaryCacheStore::registerDrvOutput
regnat
2020-12-16
Better detect when `buildPaths` would be a no-op
regnat
2020-12-15
Merge pull request #4361 from tweag/fix-binary-caches-addTextToStore
Eelco Dolstra
2020-12-15
Fix `addTextToStore` for binary caches
regnat
2020-12-14
Merge pull request #4330 from NixOS/ca/properly-store-outputs
Eelco Dolstra
2020-12-14
Merge pull request #4351 from Ma27/json-errtrace
Eelco Dolstra
2020-12-13
primops/fromJSON: add error position in case of parse error
Maximilian Bosch
2020-12-13
Merge pull request #4352 from jonringer/allow-private-caches
Eelco Dolstra
2020-12-12
Make Value::type private
Silvan Mosberger
2020-12-12
Add ValueType checking functions for types that have the same NormalType
Silvan Mosberger
2020-12-12
Use Value::normalType on all forced values instead of Value::type
Silvan Mosberger
2020-12-12
Introduce Value type setters and make use of them
Silvan Mosberger
2020-12-12
Introduce NormalType for the normal type of a Value
Silvan Mosberger
2020-12-11
Restrict the operations on drv outputs in recursive Nix
regnat
2020-12-11
Use the hash modulo in the derivation outputs
regnat
2020-12-11
Store the realisations as JSON in the binary cache
regnat
[next]