index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
flake
/
flake.hh
Age
Commit message (
Expand
)
Author
2021-09-15
If we can't write a lock file, pretend the top-level flake is dirty
Eelco Dolstra
2021-08-23
Coding style
Eelco Dolstra
2021-08-17
Fix follows paths in subordinate lockfiles
Alex Zero
2021-07-16
Add use-registries config option (and deprecate --no-registries flag)
Alexander Bantyev
2021-07-01
fixup! flake.nixConfig: fix flake-registry config settings
Alexander Bantyev
2021-03-26
Fix some typos
Eelco Dolstra
2020-11-26
Ask for confirmation before allowing flake Nix configuration settings
Eelco Dolstra
2020-10-26
Allow nix.conf options to be set in flake.nix
Eelco Dolstra
2020-09-28
Switch comment format from '// ...' to '/* ... */' for consistency.
Kevin Quick
2020-09-28
Clarification in the description of the FlakeInput.
Kevin Quick
2020-09-26
Add some internal documentation for flake support objects.
Kevin Quick
2020-09-23
Remove unused Flake::vOutputs field
Eelco Dolstra
2020-07-28
Restore backwards-compat for current `builtins.fetchGit`
Maximilian Bosch
2020-06-11
Represent 'follows' inputs explicitly in the lock file
Eelco Dolstra
2020-05-30
Remove TreeInfo
Eelco Dolstra
2020-04-16
Use RootValue
Eelco Dolstra
2020-04-10
Remove flake 'edition' field
Eelco Dolstra
2020-04-06
nix flake info: Show resolved URL
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-02-05
Add option --commit-lock-file
Eelco Dolstra
2020-02-02
Renamed ref / resolvedRef -> lockedRef
Eelco Dolstra
2020-01-29
Add --update-input flag to update a specific flake input
Eelco Dolstra
2020-01-29
Clean up the lock file handling flags
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-24
HandleLockFile -> LockFileMode
Eelco Dolstra
2020-01-22
resolveFlake -> lockFlake
Eelco Dolstra
2020-01-22
nix flake info: Don't show empty descriptions
Eelco Dolstra
2020-01-21
Pluggable fetchers
Eelco Dolstra
2019-09-18
Some effort to minimize flake dependencies
Eelco Dolstra
2019-09-18
Record original flakerefs in the lock file again
Eelco Dolstra
2019-08-30
Remove 'name' attribute from flakes
Eelco Dolstra
2019-08-30
Turn flake inputs into an attrset
Eelco Dolstra
2019-07-11
Rename 'epoch' -> 'edition'
Eelco Dolstra
2019-06-21
Simplify getFlake() / fetchFlake() logic
Eelco Dolstra
2019-06-07
Add flake evaluation cache
Eelco Dolstra
2019-06-05
Move flake-related stuff to src/libexpr/flake
Eelco Dolstra