index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
flake
/
lockfile.hh
Age
Commit message (
Expand
)
Author
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2020-10-28
Capitalize JSON for consistency
Matthew Kenigsberg
2020-10-06
Remove 'using namespace fetchers'
Eelco Dolstra
2020-09-16
Make the store plugins more introspectable
regnat
2020-06-12
Check 'follows' inputs
Eelco Dolstra
2020-06-11
Represent 'follows' inputs explicitly in the lock file
Eelco Dolstra
2020-06-10
Add helper function printInputPath()
Eelco Dolstra
2020-06-08
Add completion for --update-input
Eelco Dolstra
2020-05-30
Remove TreeInfo
Eelco Dolstra
2020-03-12
Change the lock file to a graph
Eelco Dolstra
2020-03-09
Move calling flakes into a Nix helper function (call-flake.nix)
Eelco Dolstra
2020-03-09
Add 'flake' attribute to lock files to denote non-flakes
Eelco Dolstra
2020-02-02
Add TreeInfo::computeStorePath()
Eelco Dolstra
2020-02-02
Renamed ref / resolvedRef -> lockedRef
Eelco Dolstra
2020-02-01
Record TreeInfo in the lock file
Eelco Dolstra
2020-01-30
Check LockedInput::computeStorePath()
Eelco Dolstra
2020-01-29
Add --update-input flag to update a specific flake input
Eelco Dolstra
2020-01-29
Add flag --override-input to override specific lock file entries
Eelco Dolstra
2020-01-24
Respect lock files of inputs + fine-grained lock file control
Eelco Dolstra
2020-01-21
Pluggable fetchers
Eelco Dolstra
2019-10-21
Use upstream json_fwd.hpp to speed up compilation
Eelco Dolstra
2019-09-18
Record original flakerefs in the lock file again
Eelco Dolstra
2019-08-30
Turn flake inputs into an attrset
Eelco Dolstra
2019-07-12
Don't write lock files if they have dirty inputs
Eelco Dolstra
2019-06-05
Move flake-related stuff to src/libexpr/flake
Eelco Dolstra