aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/flake/flakeref.cc
AgeCommit message (Expand)Author
2020-09-29Merge branch 'kwq/path-dir-query' of https://github.com/kquick/nixEelco Dolstra
2020-09-29nix registry list: Show 'dir' attributeEelco Dolstra
2020-09-25Use "?dir=..." portion of "registry add" local path specification.Kevin Quick
2020-09-21Don't include <regex> in header filesEelco Dolstra
2020-07-17parseFlakeRef(): Only search for the top-level directory for CLI flakerefsEelco Dolstra
2020-07-01Support building flakes from a shallow Git repoEelco Dolstra
2020-05-30Remove TreeInfoEelco Dolstra
2020-04-27Improve path:// handlingEelco Dolstra
2020-03-30Move fetchers from libstore to libfetchersEelco Dolstra
2020-03-28nix flake info: Show flake subdirectoryEelco Dolstra
2020-03-17Unified fetcher caching systemEelco Dolstra
2020-02-20Restore subdir -> dirEelco Dolstra
2020-02-20Restore subdir support in registriesEelco Dolstra
2020-02-03Fix URL parserEelco Dolstra
2020-02-02Don't store fragment in FlakeRefEelco Dolstra
2020-02-02CleanupEelco Dolstra
2020-01-31Change lock file format to use an attribute representation of flake refs rath...Eelco Dolstra
2020-01-27Remove debug messageEelco Dolstra
2020-01-24Respect lock files of inputs + fine-grained lock file controlEelco Dolstra
2020-01-24Give a better error message when a flake path is not a directoryEelco Dolstra
2020-01-21Pluggable fetchersEelco Dolstra
2019-12-11Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-09-27cmatch -> smatchEelco Dolstra
2019-09-20Flake alias -> idEelco Dolstra
2019-09-18Some effort to minimize flake dependenciesEelco Dolstra
2019-09-05Use git+ prefix in flake URI schemesEelco Dolstra
2019-09-02Improve error message when a directory is not a flakeEelco Dolstra
2019-06-21Handle store symlinks in flake directoriesEelco Dolstra
2019-06-05Move flake-related stuff to src/libexpr/flakeEelco Dolstra