aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-11Don't allow untrusted users to set info.ultimateEelco Dolstra
2017-05-11Change the meaning of info.ultimateEelco Dolstra
2017-05-11LocalStore::addToStore(): Check info.narSizeEelco Dolstra
2017-05-10TypoEelco Dolstra
2017-05-10Replace readline by linenoiseEelco Dolstra
2017-05-10doc: builtins.attrNames returns alphabetically sorted listDomen Kožar
2017-05-08Add "nix edit" commandEelco Dolstra
2017-05-08Minor cleanupEelco Dolstra
2017-05-08Linux sandbox: Fix compatibility with older kernelsEelco Dolstra
2017-05-08build-remote: Check remote build statusEelco Dolstra
2017-05-08Remove superfluous #ifdefEelco Dolstra
2017-05-05Make the location of the build directory in the sandbox configurableEelco Dolstra
2017-05-05Figure out the user's home directory if $HOME is not setEelco Dolstra
2017-05-04Linux sandbox: Use /build instead of /tmp as $TMPDIREelco Dolstra
2017-05-04nix dump-path: AddEelco Dolstra
2017-05-03Fix Ubuntu 16.10 buildEelco Dolstra
2017-05-03perl-bindings: Remove unused --with-store-dir flagEelco Dolstra
2017-05-03Fix build on gcc 4.9Eelco Dolstra
2017-05-03nix-shell: Implement passAsFileEelco Dolstra
2017-05-03nix eval: Add a --raw flagEelco Dolstra
2017-05-03Fix perlBindings.x86_64-darwinEelco Dolstra
2017-05-03Merge pull request #1371 from regnat/doc_--xml_fixEelco Dolstra
2017-05-03doc: fix the description of --xml and --jsonregnat
2017-05-02build-remote: Add a basic testEelco Dolstra
2017-05-02Fix "nix ... --all"Eelco Dolstra
2017-05-02Add a test for diverted storesEelco Dolstra
2017-05-02LocalStoreAccessor: Fix handling of diverted storesEelco Dolstra
2017-05-02Replace $NIX_REMOTE_SYSTEMS with an option "builder-files"Eelco Dolstra
2017-05-02build-remote: Fix fallback to other machines when connecting failsEelco Dolstra
2017-05-02Add an option for specifying remote buildersEelco Dolstra
2017-05-02Factor out machines.conf parsingEelco Dolstra
2017-05-02build-hook: If there are no machines defined, quit permanentlyEelco Dolstra
2017-05-02Fix build hook testEelco Dolstra
2017-05-02build-remote: Ugly hackery to get build logs to workEelco Dolstra
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