aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/flake/flakeref.cc
AgeCommit message (Expand)Author
2024-08-01Reapply "libfetchers: make attribute / URL query handling consistent"Maximilian Bosch
2024-06-29Reject fully-qualified URLs in 'from' argument of `nix registry add`Delan Azabani
2024-06-24Revert "libfetchers: make attribute / URL query handling consistent"jade
2024-06-22libfetchers: make attribute / URL query handling consistentMaximilian Bosch
2024-03-17Delete hasPrefix and hasSuffix from the codebaseJade Lovelace
2023-08-18Fixing #7479John Ericson
2023-08-01Don't require .tar/.zip extension for tarball flakerefsEelco Dolstra
2023-01-11Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former moreJohn Ericson
2023-01-11Rename `OutputPath` -> `ExtendedOutputPath`John Ericson
2023-01-11Improve `OutputsSpec` slightlyJohn Ericson
2022-05-04Get rid of most `.at` calls (#6393)Alain Zscheile
2022-05-03Allow selecting derivation outputs using 'installable!outputs'Eelco Dolstra
2022-03-03Fix segfault in headerCallback()Eelco Dolstra
2022-01-14Add more tests for flake upward searchingAlexander Bantyev
2022-01-14Apply suggestions from code reviewtomberek
2021-12-23Merge branch 'master' into flake_searchtomberek
2021-12-13Re-allow inputs.x.url = "/path/to/file"Eelco Dolstra
2021-12-03flakes: search up to git or filesystem boundaryTom Bereknyei
2021-09-21Set input parent at construction timeEelco Dolstra
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