aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2019-09-20Flake alias -> idEelco 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-09-05Use git+ prefix in flake URI schemesEelco Dolstra
2019-09-02Improve error message when a directory is not a flakeEelco 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-08-29Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-08-14Track function start and ends for flame graphsGraham Christensen
2019-08-08Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-07-30Allow builtins.pathExists to check the existence of /nix/store pathsBas van Dijk
2019-07-12Don't write lock files if they have dirty inputsEelco Dolstra
2019-07-12fetchGit: Warn about dirty treesEelco 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-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-24Refactor downloadCached() interfaceEelco Dolstra
2019-06-24CachedDownloadResult: Include store pathEelco Dolstra
2019-06-24downloadCached: Return ETagEelco Dolstra
2019-06-24Fix abort in fromTOMLEelco Dolstra
2019-06-21Simplify getFlake() / fetchFlake() logicEelco Dolstra
2019-06-21Don't update the global registry when building a locked flakeEelco Dolstra
2019-06-21Handle store symlinks in flake directoriesEelco Dolstra
2019-06-21Fix 32-bit overflow with --no-netEelco Dolstra
2019-06-18Merge pull request #2937 from CSVdB/fuzzymatching-v2Eelco Dolstra
2019-06-18FuzzyMatching worksNick Van den Broeck
2019-06-17nix flake check: Check appsEelco Dolstra
2019-06-12Fix fetchTarball with chroot storesEelco Dolstra
2019-06-11writeRegistry(): Write correct versionEelco Dolstra
2019-06-07Disable EvalCache in impure modeEelco Dolstra
2019-06-07Add flake evaluation cacheEelco 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