aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-17nix flake check: Check appsEelco Dolstra
2019-06-17nix flake info --json: Revive enumerating the outputsEelco Dolstra
2019-06-17nix app: Accept argumentsEelco Dolstra
2019-06-17nix app: Search for installable in the 'apps' outputEelco Dolstra
2019-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-06-17Another attempt at getting pseudoterminals to work on macOSEelco Dolstra
2019-06-16Hopefully fix macOS testsEelco Dolstra
2019-06-16Set $TERMEelco Dolstra
2019-06-16Run builds in a pseudo-terminalEelco Dolstra
2019-06-16Style fixEelco Dolstra
2019-06-15nix: Add -L alias for --print-build-logsEelco Dolstra
2019-06-15nix: Support -j flagEelco Dolstra
2019-06-15Daemon: warn when an untrusted user cannot override a settingFélix Baylac-Jacqué
2019-06-13For nixpkgs.<attr>, use legacyPackagesEelco 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-04Don't register invalid paths as GC rootsEelco 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-06-03Add 'nix app' commandEelco Dolstra
2019-06-03Bindings: Add convenience method for requiring an attributeEelco Dolstra
2019-06-03Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-06-01Fix segfault in builtin fetchurl with hashed mirrors + SRI hashesEelco Dolstra
2019-05-31DohEelco Dolstra
2019-05-31Fix handling of bare flakerefs containing a colonEelco Dolstra
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-31Show hash mismatch warnings in SRI formatEelco Dolstra
2019-05-31Rename requires -> inputs, provides -> outputsEelco Dolstra
2019-05-29nix flake info --json: List the "provides"Eelco Dolstra
2019-05-29Hack: Use legacyPackages from NixpkgsEelco Dolstra
2019-05-29nix flake check: Use read-only mode if we're not buildingEelco Dolstra
2019-05-29nix flake check: Check defaultPackage, devShell and packagesEelco Dolstra
2019-05-29Add 'nix flake check' commandEelco Dolstra
2019-05-29Remove makeFlakeValue()Eelco Dolstra