aboutsummaryrefslogtreecommitdiff
path: root/src/libfetchers
AgeCommit message (Expand)Author
2020-06-03Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-02Merge pull request #3639 from obsidiansystems/do-fixme-store-removesEelco Dolstra
2020-06-01use Tree ctorMatthew Kenigsberg
2020-06-01Tree ctorsMatthew Kenigsberg
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-28add gitlab libfetcherFinn Behrens
2020-05-26Change remaining bools with FileIngestionMethodCarlo Nucera
2020-05-13Update src/libfetchers/git.ccEelco Dolstra
2020-05-10SimplifyEelco Dolstra
2020-04-27Improve path:// handlingEelco Dolstra
2020-04-22Path fetcher: Fix store path nameEelco Dolstra
2020-04-22Path fetcher: Fix store path nameEelco Dolstra
2020-04-14Make Registry::read() more robustEelco Dolstra
2020-04-09Fix buildEelco Dolstra
2020-04-09Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-04-08after flake rebaseNikola Knezevic
2020-04-07Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-04-07Merge branch 'fetchgit-recursive' of https://github.com/blitz/nixEelco Dolstra
2020-04-07Add FIXMEEelco Dolstra
2020-04-07PathInput: Add some methodsEelco Dolstra
2020-04-07Respect the narHash attribute in more input typesEelco Dolstra
2020-04-07Add 'path' fetcherEelco Dolstra
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-04-02Don't barf on registry parse errorsEelco Dolstra
2020-04-02Respect the narHash attribute in more input typesEelco Dolstra
2020-04-02PathInput: Add some methodsEelco Dolstra
2020-04-02Move parseTreeInfo()Eelco Dolstra
2020-04-02Add 'path' fetcherEelco Dolstra
2020-04-02DohEelco Dolstra
2020-04-02nix flake info --json: Show TreeInfoEelco Dolstra
2020-04-01Support registry entries that must match exactlyEelco Dolstra
2020-04-01Registry: Use a struct instead of a tuple for entriesEelco Dolstra
2020-04-01Add a system-wide flake registry /etc/nix/registry.jsonEelco Dolstra
2020-03-30Remove global -I flagsEelco Dolstra
2020-03-30Move fetchers from libstore to libfetchersEelco Dolstra