aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-01build-remote: Don't require signaturesEelco Dolstra
2017-05-01Support arbitrary store URIs in nix.machinesEelco Dolstra
2017-05-01Minor cleanupEelco Dolstra
2017-05-01Implement LegacySSHStore::buildDerivation()Eelco Dolstra
2017-05-01Chomp log output from the build hookEelco Dolstra
2017-05-01Remove $NIX_BUILD_HOOK and $NIX_CURRENT_LOADEelco Dolstra
2017-05-01build-remote: Don't copy the .drv closureEelco Dolstra
2017-05-01Pass verbosity level to build hookEelco Dolstra
2017-05-01Reduce severity of EMLINK warningsEelco Dolstra
2017-05-01Add a dummy Store::buildPaths() methodEelco Dolstra
2017-05-01Merge pull request #1366 from Mic92/fix-nix-daemon-serviceEelco Dolstra
2017-05-01Merge branch 'remove-catchall' of https://github.com/layus/nixEelco Dolstra
2017-05-01lexer: remove catch-all rules hiding real errorsGuillaume Maudoux
2017-05-01Fix lexer to support `$'` in multiline strings.Guillaume Maudoux
2017-04-29nix-daemon.service: set XDG_CONFIG_HOMEJörg Thalheim
2017-04-28Hopefully fix the Darwin buildEelco Dolstra
2017-04-28Suppress warning about ssh-auth-sockEelco Dolstra
2017-04-28Check for libreadlineEelco Dolstra
2017-04-28Fix brainfartEelco Dolstra
2017-04-28Fix hash computation when importing NARs greater than 4 GiBEelco Dolstra
2017-04-26Merge pull request #1358 from shlevy/store-nestingEelco Dolstra
2017-04-26Add Store nesting to fix import-from-derivation within filterSourceShea Levy
2017-04-26DohEelco Dolstra
2017-04-26Simplify building nix-perl in nix-shellEelco Dolstra
2017-04-25nix repl: Fix Ctrl-CEelco Dolstra
2017-04-25Minor cleanupEelco Dolstra
2017-04-25Fix nix-shell testEelco Dolstra
2017-04-25"using namespace std" considered harmfulEelco Dolstra
2017-04-25nix repl: Use $XDG_DATA_HOME for the readline historyEelco Dolstra
2017-04-25Make "nix repl" buildEelco Dolstra
2017-04-25Merge nix-repl repositoryEelco Dolstra
2017-04-25Cleanup in preparation of merging nix-repl repo into nix repoEelco Dolstra
2017-04-25Merge branch 'master' of https://github.com/olejorgenb/nix-replEelco Dolstra
2017-04-25Fix buildEelco Dolstra
2017-04-25StorePathCommands: Build installablesEelco Dolstra
2017-04-25Set default installableEelco Dolstra
2017-04-25Interpret any installable containing a slash as a pathEelco Dolstra
2017-04-25Make StorePathsCommand a subclass of InstallablesCommandEelco Dolstra
2017-04-25Move code aroundEelco Dolstra
2017-04-25Add "nix eval" commandEelco Dolstra
2017-04-25Restructure installables handling in the "nix" commandEelco Dolstra
2017-04-24Remove debug statementEelco Dolstra
2017-04-24Factor out --jsonEelco Dolstra
2017-04-24nix-shell -p: Use runCommandCCEelco Dolstra
2017-04-24Merge pull request #1347 from kennyballou/sm-grammar-fixEelco Dolstra
2017-04-24Merge pull request #1351 from earldouglas/ellipsesEelco Dolstra
2017-04-24Merge pull request #1348 from armijnhemel/nix-envEelco Dolstra
2017-04-21Merge pull request #1352 from corngood/cygwin-fixesEelco Dolstra
2017-04-21add helper function to set 'interruptThrown'David McFarland
2017-04-21set _GNU_SOURCE on cygwinDavid McFarland