aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/flake/flake.hh
AgeCommit message (Expand)Author
2020-11-26Ask for confirmation before allowing flake Nix configuration settingsEelco Dolstra
2020-10-26Allow nix.conf options to be set in flake.nixEelco Dolstra
2020-09-28Switch comment format from '// ...' to '/* ... */' for consistency.Kevin Quick
2020-09-28Clarification in the description of the FlakeInput.Kevin Quick
2020-09-26Add some internal documentation for flake support objects.Kevin Quick
2020-09-23Remove unused Flake::vOutputs fieldEelco Dolstra
2020-07-28Restore backwards-compat for current `builtins.fetchGit`Maximilian Bosch
2020-06-11Represent 'follows' inputs explicitly in the lock fileEelco Dolstra
2020-05-30Remove TreeInfoEelco Dolstra
2020-04-16Use RootValueEelco Dolstra
2020-04-10Remove flake 'edition' fieldEelco Dolstra
2020-04-06nix flake info: Show resolved URLEelco Dolstra
2020-03-12Change the lock file to a graphEelco Dolstra
2020-03-09Move calling flakes into a Nix helper function (call-flake.nix)Eelco Dolstra
2020-02-05Add option --commit-lock-fileEelco Dolstra
2020-02-02Renamed ref / resolvedRef -> lockedRefEelco Dolstra
2020-01-29Add --update-input flag to update a specific flake inputEelco Dolstra
2020-01-29Clean up the lock file handling flagsEelco Dolstra
2020-01-29Add flag --override-input to override specific lock file entriesEelco Dolstra
2020-01-24Respect lock files of inputs + fine-grained lock file controlEelco Dolstra
2020-01-24HandleLockFile -> LockFileModeEelco Dolstra
2020-01-22resolveFlake -> lockFlakeEelco Dolstra
2020-01-22nix flake info: Don't show empty descriptionsEelco Dolstra
2020-01-21Pluggable fetchersEelco Dolstra
2019-09-18Some effort to minimize flake dependenciesEelco Dolstra
2019-09-18Record original flakerefs in the lock file againEelco Dolstra
2019-08-30Remove 'name' attribute from flakesEelco Dolstra
2019-08-30Turn flake inputs into an attrsetEelco Dolstra
2019-07-11Rename 'epoch' -> 'edition'Eelco Dolstra
2019-06-21Simplify getFlake() / fetchFlake() logicEelco Dolstra
2019-06-07Add flake evaluation cacheEelco Dolstra
2019-06-05Move flake-related stuff to src/libexpr/flakeEelco Dolstra