aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-15Merge pull request #1517 from nbp/move-match-docEelco Dolstra
2017-08-15Move builtins.match documentation between map and mul.Nicolas B. Pierron
2017-08-10Start of 1.12 release notesEelco Dolstra
2017-08-10Style fixEelco Dolstra
2017-08-09Use /proc/self/fd to efficiently close all FDs on LinuxEelco Dolstra
2017-08-09nix repl: Support printing floating-point numbersEelco Dolstra
2017-08-09Merge pull request #1499 from puffnfresh/bug/arm-fixesEelco Dolstra
2017-08-03Include missing <cstdlib> for abort()Brian McKenna
2017-07-31Merge branch 'macOS' of https://github.com/davidak/nixEelco Dolstra
2017-07-31Merge branch 'quotes' of https://github.com/Mic92/nix-1Eelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-30replace "OS X" with "macOS"davidak
2017-07-30replace "Mac OS X" with "macOS"davidak
2017-07-28nix-build: Fix regression causing all outputs to be builtEelco Dolstra
2017-07-28nix-prefetch-url: Fix regression in hash printingEelco Dolstra
2017-07-27builtins.fetchgit: Support specifying commit hashesEelco Dolstra
2017-07-27builtins.fetchgit: Respect tarball-ttlEelco Dolstra
2017-07-27builtins.fetchgit: Use proper refs locallyEelco Dolstra
2017-07-27builtins.fetchgit: Cache hash -> store path mappingsEelco Dolstra
2017-07-26nix search: Add a cacheEelco Dolstra
2017-07-26nix-build/nix-shell: Eliminate call to nix-instantiate / nix-storeEelco Dolstra
2017-07-20nix-shell: Use bashInteractive from <nixpkgs>Eelco Dolstra
2017-07-20nix search: Ignore top-level eval errorsEelco Dolstra
2017-07-20FD_SETSIZE check: BuildError -> ErrorEelco Dolstra
2017-07-20nix search: Add --json flagEelco Dolstra
2017-07-20Add "nix search" commandEelco Dolstra
2017-07-19Merge pull request #1471 from veprbl/fdsetsizeEelco Dolstra
2017-07-18Do not try to fill fd_set with fd>=FD_SETSIZEDmitry Kalinkin
2017-07-18Merge pull request #1470 from grahamc/patch-1Domen Kožar
2017-07-18Update mailing list.Graham Christensen
2017-07-18Update the mailing list.Graham Christensen
2017-07-17Always use base-16 for hashed mirror lookupsEelco Dolstra
2017-07-17Make the hashes mirrors used by builtins.fetchurl configurableEelco Dolstra
2017-07-17Fix accidental printErrorEelco Dolstra
2017-07-16Merge pull request #1467 from alicebob/nomd5Domen Kožar
2017-07-15use sha256 hashes in the examplesHarmen
2017-07-14nix path-info: Show download sizes for binary cache storesEelco Dolstra
2017-07-14Avoid a call to derivationFromPath()Eelco Dolstra
2017-07-14nix path-info: Don't barf on invalid pathsEelco Dolstra
2017-07-14StorePathsCommand: Don't build installablesEelco Dolstra
2017-07-14Merge pull request #1466 from grahamc/nix-master-darwin-installEelco Dolstra
2017-07-14Rename PINCH_ME_IM_SILLY to ALLOW_PREEXISTING_INSTALLATIONGraham Christensen
2017-07-14If there is no TTY, also skip verbose sudo messagesGraham Christensen
2017-07-14Ensure PINCH_ME_IM_SILLY allows a /nix/store to stick around between buildsGraham Christensen
2017-07-14Assume yes if we have no TTYGraham Christensen
2017-07-14Cleanup and more specificity around set -eGraham Christensen
2017-07-14Only clean if the file existsGraham Christensen
2017-07-14Clean up nix hints from the old insstallerGraham Christensen
2017-07-14Run nix-build inside a fresh bash loginGraham Christensen
2017-07-14chmodGraham Christensen