aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-09flake.lock: UpdateEelco Dolstra
2020-06-09flake.nix: Remove editionEelco Dolstra
2020-06-08nix flake: Require 'flakes' featureEelco Dolstra
2020-06-08Add completion for --update-inputEelco Dolstra
2020-06-05diffLockFiles(): Fix assertion failureEelco Dolstra
2020-06-05Fix completion of --templateEelco Dolstra
2020-06-04getDefaultUrl() -> value_or()Eelco Dolstra
2020-06-04nix flake init: Add a '--template' flagEelco Dolstra
2020-06-04Merge pull request #3660 from Kloenk/selfhost-gitlabEelco Dolstra
2020-06-04Disable eval cache with --impureEelco Dolstra
2020-06-04add support for selfhosted gitlab/githubFinn Behrens
2020-06-04Fix completion script install nameEelco Dolstra
2020-06-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-04Make 'nix dev-shell' a deprecated alias for 'nix develop'Eelco Dolstra
2020-06-04Rename 'nix dev-shell' to 'nix develop'Eelco Dolstra
2020-06-03Fix GitHub testEelco Dolstra
2020-06-03Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-03Missing `#include <cassert>` in `lru-cache.hh` (#3654)John Ericson
2020-06-02Merge pull request #3639 from obsidiansystems/do-fixme-store-removesEelco Dolstra
2020-06-02Merge branch 'lru-tests' of https://github.com/gilligan/nixEelco Dolstra
2020-06-02src/libutil/tests/lru-cache.cc: Check erase()Eelco Dolstra
2020-06-02Merge pull request #3642 from knl/improve-ref-validity-checking-in-fetchgitEelco Dolstra
2020-06-02Merge pull request #3645 from mkenigs/fetchOrSubstituteTree-improvementsEelco Dolstra
2020-06-01use Tree ctorMatthew Kenigsberg
2020-06-01Tree ctorsMatthew Kenigsberg
2020-06-01fetchOrSubstituteTree improvementsMatthew Kenigsberg
2020-05-31Add tests for lru-cache.hhTobias Pflug
2020-05-30Ensure we restrict refspec interpretation while fetchingNikola Knezevic
2020-05-30Improve ref validity checking in fetchGitNikola Knezevic
2020-05-30Move substitution into Input::fetch()Eelco Dolstra
2020-05-30Check revCount / lastModified input attributes if specifiedEelco Dolstra
2020-05-30Remove TreeInfoEelco Dolstra
2020-05-29Remove addToStore variant as requested by `FIXME`John Ericson
2020-05-29Factor out GitHub / GitLab commonalityEelco Dolstra
2020-05-29Merge branch 'gitlab' of https://github.com/Kloenk/nixos-nix into flakesEelco Dolstra
2020-05-28add gitlab libfetcherFinn Behrens
2020-05-28Merge pull request #3631 from andir/libutil-config-testsEelco Dolstra
2020-05-28Merge pull request #3455 from Ericson2314/enum-FileIngestionMethodEelco Dolstra
2020-05-28Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-05-28Merge branch 'store-visited' of https://github.com/mkenigs/nix into flakesEelco Dolstra
2020-05-28nixpkgsFlakeRef(): Use locked nixpkgsEelco Dolstra
2020-05-28Merge branch 'nixpkgs#bashInteractive' of https://github.com/mkenigs/nix into...Eelco Dolstra
2020-05-28Merge pull request #3632 from LnL7/darwin-xzEelco Dolstra
2020-05-27Use `FileIngestionMethod` for `nix hash`John Ericson
2020-05-27installer: don't require xz on darwinDaiderd Jordan
2020-05-27Rename some variables named “recursive” to “method”Matthew Bauer
2020-05-27Don’t use FileIngestionMethod for StorePathsCommandMatthew Bauer
2020-05-27config.hh: Add documentationAndreas Rammhold
2020-05-27tests/config.cc: add tests for Config::applyConfigAndreas Rammhold
2020-05-27config.cc: extract parts of applyConfigFile into applyConfigAndreas Rammhold