index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
flake
/
flakeref.cc
Age
Commit message (
Expand
)
Author
2020-09-29
Merge branch 'kwq/path-dir-query' of https://github.com/kquick/nix
Eelco Dolstra
2020-09-29
nix registry list: Show 'dir' attribute
Eelco Dolstra
2020-09-25
Use "?dir=..." portion of "registry add" local path specification.
Kevin Quick
2020-09-21
Don't include <regex> in header files
Eelco Dolstra
2020-07-17
parseFlakeRef(): Only search for the top-level directory for CLI flakerefs
Eelco Dolstra
2020-07-01
Support building flakes from a shallow Git repo
Eelco Dolstra
2020-05-30
Remove TreeInfo
Eelco Dolstra
2020-04-27
Improve path:// handling
Eelco Dolstra
2020-03-30
Move fetchers from libstore to libfetchers
Eelco Dolstra
2020-03-28
nix flake info: Show flake subdirectory
Eelco Dolstra
2020-03-17
Unified fetcher caching system
Eelco Dolstra
2020-02-20
Restore subdir -> dir
Eelco Dolstra
2020-02-20
Restore subdir support in registries
Eelco Dolstra
2020-02-03
Fix URL parser
Eelco Dolstra
2020-02-02
Don't store fragment in FlakeRef
Eelco Dolstra
2020-02-02
Cleanup
Eelco Dolstra
2020-01-31
Change lock file format to use an attribute representation of flake refs rath...
Eelco Dolstra
2020-01-27
Remove debug message
Eelco Dolstra
2020-01-24
Respect lock files of inputs + fine-grained lock file control
Eelco Dolstra
2020-01-24
Give a better error message when a flake path is not a directory
Eelco Dolstra
2020-01-21
Pluggable fetchers
Eelco Dolstra
2019-12-11
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-09-27
cmatch -> smatch
Eelco Dolstra
2019-09-20
Flake alias -> id
Eelco Dolstra
2019-09-18
Some effort to minimize flake dependencies
Eelco Dolstra
2019-09-05
Use git+ prefix in flake URI schemes
Eelco Dolstra
2019-09-02
Improve error message when a directory is not a flake
Eelco Dolstra
2019-06-21
Handle store symlinks in flake directories
Eelco Dolstra
2019-06-05
Move flake-related stuff to src/libexpr/flake
Eelco Dolstra