aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/flake/flakeref.hh
AgeCommit message (Expand)Author
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-01-11Rename `OutputPath` -> `ExtendedOutputPath`John Ericson
2023-01-10Make clear that `StorePathWithOutputs` is a deprecated typeJohn Ericson
2022-12-07Trivial changes from the lazy-trees branchEelco Dolstra
2022-08-04flakeref: fix commentErik Arvstedt
2022-05-03Allow selecting derivation outputs using 'installable!outputs'Eelco Dolstra
2021-12-13Re-allow inputs.x.url = "/path/to/file"Eelco Dolstra
2020-09-28Switch comment format from '// ...' to '/* ... */' for consistency.Kevin Quick
2020-09-28Update description of FlakeRef, incorporating suggestion.Kevin Quick
2020-09-26Add some internal documentation for flake support objects.Kevin Quick
2020-05-30Remove TreeInfoEelco Dolstra
2020-04-27Improve path:// handlingEelco Dolstra
2020-03-30Move fetchers from libstore to libfetchersEelco Dolstra
2020-03-17Unified fetcher caching systemEelco Dolstra
2020-02-02CleanupEelco Dolstra
2020-01-31Change lock file format to use an attribute representation of flake refs rath...Eelco Dolstra
2020-01-21Pluggable fetchersEelco 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-07-12Don't write lock files if they have dirty inputsEelco Dolstra
2019-06-05Move flake-related stuff to src/libexpr/flakeEelco Dolstra