aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/flake/flake.cc
AgeCommit message (Expand)Author
2019-10-28fix typomatthew
2019-10-21Don't ignore revs/refs of local flakerefsEelco Dolstra
2019-10-16Add experimental-features settingEelco Dolstra
2019-10-16Improve GitHub cachingEelco Dolstra
2019-10-08uri -> url for consistencyEelco Dolstra
2019-10-02Fix aborts when using builtins.getFlakeEelco Dolstra
2019-09-26Fix sorting of non-flake input attributesEelco Dolstra
2019-09-20Add flags to disallow dirty Git trees and to turn off warningsEelco Dolstra
2019-09-18Some effort to minimize flake dependenciesEelco Dolstra
2019-09-18Record original flakerefs in the lock file againEelco Dolstra
2019-09-09Require flake.nix to be an attrset (not a non-trivial thunk)Eelco Dolstra
2019-09-09Don't allow arbitrary computations in flake attributesEelco Dolstra
2019-08-30Fix sourceInfoEelco Dolstra
2019-08-30Remove 'name' attribute from flakesEelco Dolstra
2019-08-30Turn flake inputs into an attrsetEelco Dolstra
2019-08-30Clean up the 'outputs' interfaceEelco Dolstra
2019-08-30Extract flake dependencies from the 'outputs' argumentsEelco Dolstra
2019-07-12Don't write lock files if they have dirty inputsEelco Dolstra
2019-07-11Use "git add --force --intent-to-add" for flake.lockEelco Dolstra
2019-07-11Rename 'epoch' -> 'edition'Eelco Dolstra
2019-07-10Check for epochs < 201906Eelco Dolstra
2019-06-21Simplify getFlake() / fetchFlake() logicEelco Dolstra
2019-06-21Don't update the global registry when building a locked flakeEelco Dolstra
2019-06-18Merge pull request #2937 from CSVdB/fuzzymatching-v2Eelco Dolstra
2019-06-18FuzzyMatching worksNick Van den Broeck
2019-06-11writeRegistry(): Write correct versionEelco Dolstra
2019-06-07Add flake evaluation cacheEelco Dolstra
2019-06-05Move flake-related stuff to src/libexpr/flakeEelco Dolstra