aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-12-21Add 'nix help' manpageEelco Dolstra
2020-12-21Add 'nix store make-content-addressable' manpageEelco Dolstra
2020-12-21DohEelco Dolstra
2020-12-21Add 'nix path-info' manpageEelco Dolstra
2020-12-21Add 'nix store optimise' manpageEelco Dolstra
2020-12-21Add 'nix store verify' manpageEelco Dolstra
2020-12-21Add 'nix upgrade-nix' manpageEelco Dolstra
2020-12-21Add 'nix why-depends' manpageEelco Dolstra
2020-12-21Add 'nix store' NAR-related manpagesEelco Dolstra
2020-12-21Add 'nix nar' manpagesEelco Dolstra
2020-12-21Add 'nix eval' manpageEelco Dolstra
2020-12-21Add 'nix store ping' manpageEelco Dolstra
2020-12-21TweakEelco Dolstra
2020-12-21Add 'nix log' manpageEelco Dolstra
2020-12-21Add 'nix repl' manpageEelco Dolstra
2020-12-21Add 'nix edit' manpageEelco Dolstra
2020-12-21TypoEelco Dolstra
2020-12-21Add 'nix registry' manpagesEelco Dolstra
2020-12-21Add 'nix develop' and `nix print-dev-env' manpagesEelco Dolstra
2020-12-21Add 'nix search' manpageEelco Dolstra
2020-12-21Add 'nix copy' manpageEelco Dolstra
2020-12-21Add 'nix run' and 'nix shell' manpagesEelco Dolstra
2020-12-21Add 'nix build' manpageEelco Dolstra
2020-12-21Move doc() to ArgsEelco Dolstra
2020-12-21Merge pull request #4385 from obsidiansystems/store-subclassEelco Dolstra
2020-12-21Merge pull request #4355 from Infinisil/private-value-typeEelco Dolstra
2020-12-20Overhaul store subclassingJohn Ericson
2020-12-18Replace Value type setters with mk* functionsSilvan Mosberger
2020-12-17Rename Value::normalType() -> Value::type()Silvan Mosberger
2020-12-17Rename ValueType -> InternalType, NormalType -> ValueTypeSilvan Mosberger
2020-12-17Fix the detection of already built drv outputsregnat
2020-12-16Merge pull request #4370 from NixOS/ca/more-precise-build-noopEelco Dolstra
2020-12-16Don't ignore an absent drv file in queryPartialDrvOutputMapregnat
2020-12-16Merge pull request #4348 from NixOS/ca/use-hashmoduloEelco Dolstra
2020-12-16Fix BinaryCacheStore::registerDrvOutputregnat
2020-12-16Better detect when `buildPaths` would be a no-opregnat
2020-12-15Fix `addTextToStore` for binary cachesregnat
2020-12-14Merge pull request #4330 from NixOS/ca/properly-store-outputsEelco Dolstra
2020-12-14Merge pull request #4351 from Ma27/json-errtraceEelco Dolstra
2020-12-13primops/fromJSON: add error position in case of parse errorMaximilian Bosch
2020-12-13Merge pull request #4352 from jonringer/allow-private-cachesEelco Dolstra
2020-12-12Make Value::type privateSilvan Mosberger
2020-12-12Add ValueType checking functions for types that have the same NormalTypeSilvan Mosberger
2020-12-12Use Value::normalType on all forced values instead of Value::typeSilvan Mosberger
2020-12-12Introduce Value type setters and make use of themSilvan Mosberger
2020-12-12Introduce NormalType for the normal type of a ValueSilvan Mosberger
2020-12-11Restrict the operations on drv outputs in recursive Nixregnat
2020-12-11Use the hash modulo in the derivation outputsregnat
2020-12-11Store the realisations as JSON in the binary cacheregnat
2020-12-11Rework the db schema for derivation outputsregnat