aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-06Enable recursive Nix using a featureEelco Dolstra
2019-11-06Add a test for recursive NixEelco Dolstra
2019-11-06RestrictedStore: Implement addToStore()Eelco Dolstra
2019-11-06Recursive Nix supportEelco Dolstra
2019-11-06Make --enable-gc the defaultEelco Dolstra
2019-11-05Merge branch 'fix/nix-doctor-output' of https://github.com/bhipple/nixEelco Dolstra
2019-11-05Disable shellcheckEelco Dolstra
2019-11-05Fix manual buildEelco Dolstra
2019-11-05Merge branch 'nix-repl-e' of https://github.com/zimbatm/nixEelco Dolstra
2019-11-05Merge pull request #3193 from matthewbauer/patch-11Eelco Dolstra
2019-11-05Merge pull request #3180 from kevinastock/patch-1Eelco Dolstra
2019-11-05Merge pull request #3199 from kevinastock/patch-2Eelco Dolstra
2019-11-05Fix VM testsEelco Dolstra
2019-11-05Merge branch 'switch-to-19.09' of https://github.com/Ericson2314/nixEelco Dolstra
2019-11-05Don't use SOCK_CLOEXEC on macOSEelco Dolstra
2019-11-04Merge pull request #3206 from kevinastock/patch-3Eelco Dolstra
2019-11-04docs: correct default location of log directoryKevin Stock
2019-11-04Merge pull request #3202 from kraem/masterEelco Dolstra
2019-11-04Merge pull request #3203 from hvdijk/prefetch-progressEelco Dolstra
2019-11-03Fix progress bar when nix-prefetch-url is piped.Harald van Dijk
2019-11-03Update nix eval --help msg to not include deprecated commandkraem
2019-11-02docs: xref doesn't render in titleKevin Stock
2019-11-01Update man to show that nix-shell allows --argMatthew Bauer
2019-11-01Merge pull request #3192 from ng-0/ng0/issue3186Eelco Dolstra
2019-11-01include netinet/in.h in src/nix/main.ccng0
2019-10-31Merge pull request #3187 from Mic92/travisEelco Dolstra
2019-10-31travis: enable linux buildsJörg Thalheim
2019-10-31Merge pull request #3182 from bhipple/fixup/commentsEelco Dolstra
2019-10-31Merge pull request #3179 from dtzWill/fix/struct-class-mismatch-minorEelco Dolstra
2019-10-31Minor updates to inline commentsBenjamin Hipple
2019-10-30docs: fix upper bound on number of consumed coresKevin Stock
2019-10-30minor: fix mismatch of struct/class forward decl of 'Source'Will Dietz
2019-10-29queryPathInfoUncached(): Return const ValidPathInfoEelco Dolstra
2019-10-29Move addToStoreFromDump to StoreEelco Dolstra
2019-10-29Don't create a Store in processConnection()Eelco Dolstra
2019-10-29Move Unix domain socket creation to libutilEelco Dolstra
2019-10-29Move most of the daemon implementation to libstoreEelco Dolstra
2019-10-29Remove the check against concurrent builds in the same processEelco Dolstra
2019-10-28findDerivationFilename: add FIXMEzimbatm
2019-10-28nix repl: also handle lambda editzimbatm
2019-10-28editorFor: take a pos object insteadzimbatm
2019-10-28libexpr: findDerivationFilename return Pos instead of tuplezimbatm
2019-10-27Factor out linkOrCopy()Eelco Dolstra
2019-10-27Add O(1)-memory copyPath() functionEelco Dolstra
2019-10-27SimplificationEelco Dolstra
2019-10-27Merge branch 'issue-3147-inNixShell-arg' of https://github.com/hercules-ci/nixEelco Dolstra
2019-10-27Add inNixShell = true to nix-shell auto-callRobert Hensing
2019-10-27Merge branch 'tojson-tostring-fix' of https://github.com/mayflower/nixEelco Dolstra
2019-10-27builtins.toJSON: fix __toString usageRobin Gloster
2019-10-25Switch to nixpkgs 19.09John Ericson