aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-11Merge pull request #4350 from NixOS/ca/fix-build-with-nix-commandEelco Dolstra
2020-12-11Fix the `nix` command with CA derivationsregnat
2020-12-10nix store make-content-addressable: Show rewritten pathEelco Dolstra
2020-12-10Add lvlNotice log levelEelco Dolstra
2020-12-09Merge pull request #4342 from tweag/fix-remote-build-hookEelco Dolstra
2020-12-09libstore/openStore: fix stores with IPv6 addressesMaximilian Bosch
2020-12-09Store the final drv outputs in memory when building remotelyregnat
2020-12-09Revert "Re-query for the derivation outputs in the post-build-hook"regnat
2020-12-08Merge pull request #4325 from tweag/hide-local-store-sql-statementsEelco Dolstra
2020-12-08Hide the sqlite statements declarations for the local storeregnat
2020-12-08Re-query for the derivation outputs in the post-build-hookregnat
2020-12-06Always default to cache.nixos.org even when different nix store dirMatthew Bauer
2020-12-05Merge pull request #4318 from matthewbauer/add-slash-to-trusted-binary-cacheEelco Dolstra
2020-12-04Canonicalize binary caches with ‘/’ when one is missingMatthew Bauer
2020-12-04Fix compatibility with newer AWS SDKsStéphan Kochen
2020-12-04Split 'nix store add-to-store' into 'add-path' and 'add-file'Eelco Dolstra
2020-12-03TypoEelco Dolstra
2020-12-03Move most store-related commands to 'nix store'Eelco Dolstra
2020-12-03Add 'nix nar dump-path'Eelco Dolstra
2020-12-03Add deprecated aliases for renamed commandsEelco Dolstra
2020-12-03Add FIXMEEelco Dolstra
2020-12-03Move NAR-related commands to 'nix nar'Eelco Dolstra
2020-12-03Introduce 'nix store' commandEelco Dolstra
2020-12-03Allow registering subcommands of subcommandsEelco Dolstra
2020-12-03Move 'nix hash-*' and 'nix to-*' to 'nix hash'Eelco Dolstra
2020-12-03Remove 'dist' targetEelco Dolstra
2020-12-03nix add-to-store: Move markdown docs into a separate fileEelco Dolstra
2020-12-03Make doc() return arbitrary Markdown rather than the contents of the "Descrip...Eelco Dolstra
2020-12-03Merge pull request #4308 from tweag/properly-test-early-cutoffEelco Dolstra
2020-12-03Merge pull request #4304 from NixOS/separate-manpagesEelco Dolstra
2020-12-03Don't fail early when -j0 is passedregnat
2020-12-02nix eval: Add option to write a directoryEelco Dolstra
2020-12-02Add 'nix help'Eelco Dolstra
2020-12-02fix tokens documentationGreg Hale
2020-12-02Remove an `unknown pragma` gcc warningregnat
2020-12-02Add forgotten `override` annotationregnat
2020-12-02read(): Use char * instead of unsigned char *Eelco Dolstra
2020-12-02Sink: Use std::string_viewEelco Dolstra
2020-12-02writeFull/writeFile: Use std::string_viewEelco Dolstra
2020-12-01Merge pull request #4284 from tweag/fixed-output-depending-on-caEelco Dolstra
2020-12-01shut up clang warningsregnat
2020-12-01replaceStrings(): Use std::string_viewEelco Dolstra