aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-06Merge pull request #1593 from Mic92/bashismEelco Dolstra
2017-10-06fixing bashisms in test codeJörg Thalheim
2017-10-05darwin installer: Fix on systems where sudo -i is disabled.Shea Levy
2017-10-03Merge branch 'elegant-tests' of https://github.com/copumpkin/nixEelco Dolstra
2017-10-03Merge pull request #1587 from copumpkin/fix-testsEelco Dolstra
2017-10-03More elegant test outputDan Peebles
2017-10-02Fix testsDan Peebles
2017-10-02Reverse retry logic to retry in all but a few casesDan Peebles
2017-10-02install-darwin-multi-user: relax assumption checkAnthony Cowley
2017-09-28nix run: Restore signalsEelco Dolstra
2017-09-27nix copy: make recursive by defaultEelco Dolstra
2017-09-27Tweak messageEelco Dolstra
2017-09-27nix build: Fix realising a store pathEelco Dolstra
2017-09-25nix why-depends: Write to stdoutEelco Dolstra
2017-09-25Add "nix show-derivation"Eelco Dolstra
2017-09-25DohEelco Dolstra
2017-09-21Improve error message for conflicting prioritiesMatthieu Coudron
2017-09-18nix-shell: Ignore readFile() errorsEelco Dolstra
2017-09-18Don't remove Content-Encoding in fetchurl / nix-prefetch-urlEelco Dolstra
2017-09-18Update release notesEelco Dolstra
2017-09-14Remove Debian 8 and Ubuntu 14.10Eelco Dolstra
2017-09-14RemoteStore: Add option to drop old connections from the poolEelco Dolstra
2017-09-14Show the pid of temporary rootsEelco Dolstra
2017-09-14nix-store -q --roots / --gc --print-roots: Print temporary / in-memory rootsEelco Dolstra
2017-09-14Add "nix add-to-store" commandEelco Dolstra
2017-09-14nix why-depends: Fix showing self-referencesEelco Dolstra
2017-09-11Merge pull request #1562 from peti/masterEelco Dolstra
2017-09-11nix why-depends: Add option to show all edges causing a dependencyEelco Dolstra
2017-09-11docker: update to Nix 1.11.14Peter Simons
2017-09-10Add command "nix why-depends"Eelco Dolstra
2017-09-10TypoEelco Dolstra
2017-09-10nix build: Only download the requested derivation outputsEelco Dolstra
2017-09-08LegacySSHStore: Include signatures etc.Eelco Dolstra
2017-09-08nix copy: Add --substitute flagEelco Dolstra
2017-09-08ThreadPool: On exception, interrupt the other worker threadsEelco Dolstra
2017-09-08copyStorePath(): Fill in missing narHash regardless of checkSigsEelco Dolstra
2017-09-08nix copy: Don't open the --from store twiceEelco Dolstra
2017-09-08ThreadPool: Improve exception handlingEelco Dolstra
2017-09-08nix copy: Add examplesEelco Dolstra
2017-09-08Communicate the structured log FD to buildersEelco Dolstra
2017-09-07nix search: Add examplesEelco Dolstra
2017-09-07nix eval: Add examplesEelco Dolstra
2017-09-07nix log: Add examplesEelco Dolstra
2017-09-07nix build: Add examplesEelco Dolstra
2017-09-07nix run: Add some examplesEelco Dolstra
2017-09-06nix build: Add --out-link and --no-link optionsEelco Dolstra
2017-09-06nix build: Create result symlinksEelco Dolstra
2017-09-06Fix abort when the GC thread gets an exceptionEelco Dolstra
2017-09-05Add automatic garbage collectionEelco Dolstra
2017-09-05GC: Don't delete own temproots fileEelco Dolstra