aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-07-14Test the installerGraham Christensen
2017-07-14Address feedback around printf & execGraham Christensen
2017-07-14Don't install a second nix after the initial installation, and the rsync chan...Graham Christensen
2017-07-14Clean up issues around uninstall directions, and only showGraham Christensen
2017-07-14Prompt for sudo before validating assumptions, and check ourselves for root-o...Graham Christensen
2017-07-14multi-user install: move the profile in to the nix etc/profiles.d outputGraham Christensen
2017-07-14Switch to a fancy multi-user installer on DarwinGraham Christensen
2017-07-14Shellcheck the existing installerGraham Christensen
2017-07-14nix: Show help when no arguments are givenEelco Dolstra
2017-07-14Tarball job: Include libseccomp on Linux onlyEelco Dolstra
2017-07-14Shut up a memory leak warningEelco Dolstra
2017-07-11replaceSymlink(): Handle the case where the temporary file already existsEelco Dolstra
2017-07-11fetchTarball: Prevent concurrent downloads of the same fileEelco Dolstra