aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops
AgeCommit message (Expand)Author
2020-02-01Remove superfluous TreeInfo::rev fieldEelco Dolstra
2020-02-01Factor out TreeInfoEelco Dolstra
2020-01-21Convert fetchMercurial to a input typeEelco Dolstra
2020-01-21Pluggable fetchersEelco Dolstra
2019-12-11Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-11-26Drop remaining uses of external "tar"Eelco Dolstra
2019-11-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-31Minor updates to inline commentsBenjamin Hipple
2019-10-30Replace git show with git logJanne Heß
2019-10-21exportGitHub(): Don't rely on the ETag from GitHubEelco Dolstra
2019-10-16Improve GitHub cachingEelco Dolstra
2019-10-07fetchGit: Support Git trees without any commitsEelco Dolstra
2019-09-22Don't catch exceptions by valueEelco Dolstra
2019-09-22Don't catch exceptions by valueEelco Dolstra
2019-09-20Add flags to disallow dirty Git trees and to turn off warningsEelco Dolstra
2019-09-05Use git+ prefix in flake URI schemesEelco Dolstra
2019-08-30Turn flake inputs into an attrsetEelco Dolstra
2019-07-12fetchGit: Warn about dirty treesEelco Dolstra
2019-07-06Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-07-02Merge pull request #2582 from LnL7/fetchgit-refsEelco Dolstra
2019-06-25Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-06-24Fix 32-bit overflow with --no-netEelco Dolstra
2019-06-24CachedDownloadResult: Include store pathEelco Dolstra
2019-06-24Fix abort in fromTOMLEelco Dolstra
2019-06-21Fix 32-bit overflow with --no-netEelco Dolstra
2019-06-05Move flake-related stuff to src/libexpr/flakeEelco Dolstra
2019-06-04Shorter syntax for referencing flake outputsEelco Dolstra
2019-06-04Eliminate duplicate fetching of the top-level flakeEelco Dolstra
2019-06-04Add commentsEelco Dolstra
2019-06-04Make non-flake inputs lazyEelco Dolstra
2019-06-04Check hashEelco Dolstra
2019-06-04Rename dep -> inputEelco Dolstra
2019-06-04Move LockFile and related types to a separate fileEelco Dolstra
2019-06-04Fix GC closure generationEelco Dolstra
2019-06-04Make flake input fetching lazyEelco Dolstra
2019-06-03Fix clang compilation errorEelco Dolstra
2019-06-03Made epochs more fine-grainedNick Van den Broeck
2019-05-31Automatically determine subdir for path flakesEelco Dolstra
2019-05-31Allow bare flakerefs as installablesEelco Dolstra
2019-05-31Fix reading the lockfile of a flake in a subdirectoryEelco Dolstra
2019-05-31Add operator << for LockFileEelco Dolstra
2019-05-31Support 'dir' and other parameters in path flakerefsEelco Dolstra
2019-05-31Rename requires -> inputs, provides -> outputsEelco Dolstra
2019-05-29Remove makeFlakeValue()Eelco Dolstra
2019-05-29Put flake-related stuff in its own namespaceEelco Dolstra
2019-05-29Make unsupported flake attributes a fatal errorEelco Dolstra
2019-05-29Get last commit time of github flakesEelco Dolstra
2019-05-29Add date of last commit to SourceInfoEelco Dolstra