Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-14 | Merge pull request #3220 from nh2/manual-nix-shell-p-expr | Eelco Dolstra | |
manual: nix-shell: Elaborate on using `-p` with expressions | |||
2019-11-13 | Typo | Eelco Dolstra | |
2019-11-11 | Merge pull request #3213 from singron/fetchurl_test | Eelco Dolstra | |
Replace $TMPDIR with $TEST_ROOT in tests/fetchurl.sh | |||
2019-11-11 | Merge pull request #3219 from Ericson2314/semicolons | Eelco Dolstra | |
Fix extra semicolons warnings | |||
2019-11-10 | Clean up semicolon and comma | John Ericson | |
Thanks @bhipple for catching! | |||
2019-11-10 | manual: nix-shell: Elaborate on using `-p` with expressions. | Niklas Hambüchen | |
This documents the outcome of the change in https://github.com/NixOS/nix/issues/454: > We can also automatically add parentheses in the generated > `buildInputs`, so you can type `nix-shell -p "expr"` > instead of `"(expr"). | |||
2019-11-10 | Remove unneeded semicolons | John Ericson | |
2019-11-10 | Fix extra ; warnings involving MakeError | John Ericson | |
2019-11-10 | Merge pull request #3218 from kolloch/patch-1 | Domen Kožar | |
De-duplicate struct PrimOp forward declaration | |||
2019-11-10 | De-duplicate struct PrimOp forward declaration | Peter Kolloch | |
2019-11-08 | Replace $TMPDIR with $TEST_ROOT in tests/fetchurl.sh | Eric Culp | |
$TMPDIR isn't necessarily set and would cause this test to fail. | |||
2019-11-08 | Merge pull request #3211 from zimbatm/gitignore-precompiled-headers | Eelco Dolstra | |
gitignore /precompiled-headers.h.gch | |||
2019-11-08 | gitignore /precompiled-headers.h.?ch | zimbatm | |
2019-11-08 | Move editorFor srom libutil to nix | Eelco Dolstra | |
libutil should not depend on libexpr. | |||
2019-11-07 | Fix installerScript job | Eelco Dolstra | |
https://hydra.nixos.org/build/105961653 | |||
2019-11-07 | Use upstream nlohmann_json | Eelco Dolstra | |
2019-11-07 | Fix Perl bindings | Eelco Dolstra | |
2019-11-07 | Fix macOS build | Eelco Dolstra | |
2019-11-07 | Disable the evalNixOS test | Eelco Dolstra | |
It also OOMs. https://hydra.nixos.org/build/105942679 | |||
2019-11-07 | Remove #include | Eelco Dolstra | |
2019-11-07 | Revert "autoconf: Allow overriding CFLAGS/CXXFLAGS from outside." | Eelco Dolstra | |
This reverts commit 717e821b99797845e1bef47d862f8cb0fb69cfc9. It's much more convenient to do 'make OPTIMIZE=0'. | |||
2019-11-07 | Precompile headers | Eelco Dolstra | |
This cuts 'make install -j6' on my laptop from 170s to 134s. | |||
2019-11-06 | Cleanup | Eelco Dolstra | |
2019-11-06 | Disable the evalNixpkgs test | Eelco Dolstra | |
It constantly OOMs. https://hydra.nixos.org/build/105784912 | |||
2019-11-06 | Fix binaryTarball test | Eelco Dolstra | |
2019-11-06 | Make --enable-gc the default | Eelco Dolstra | |
2019-11-05 | Merge branch 'fix/nix-doctor-output' of https://github.com/bhipple/nix | Eelco Dolstra | |
2019-11-05 | Disable shellcheck | Eelco Dolstra | |
It's broken at the moment: https://hydra.nixos.org/build/105746055 Also it pulls in GHC which is a pretty big dependency. | |||
2019-11-05 | Fix manual build | Eelco Dolstra | |
2019-11-05 | Merge branch 'nix-repl-e' of https://github.com/zimbatm/nix | Eelco Dolstra | |
2019-11-05 | Merge pull request #3193 from matthewbauer/patch-11 | Eelco Dolstra | |
Update man to show that nix-shell allows --arg | |||
2019-11-05 | Merge pull request #3180 from kevinastock/patch-1 | Eelco Dolstra | |
docs: fix upper bound on number of consumed cores | |||
2019-11-05 | Merge pull request #3199 from kevinastock/patch-2 | Eelco Dolstra | |
docs: xref doesn't render in title | |||
2019-11-05 | Fix VM tests | Eelco Dolstra | |
2019-11-05 | Merge branch 'switch-to-19.09' of https://github.com/Ericson2314/nix | Eelco Dolstra | |
2019-11-05 | Don't use SOCK_CLOEXEC on macOS | Eelco Dolstra | |
https://hydra.nixos.org/build/105428308 | |||
2019-11-04 | Merge pull request #3206 from kevinastock/patch-3 | Eelco Dolstra | |
docs: correct default location of log directory | |||
2019-11-04 | docs: correct default location of log directory | Kevin Stock | |
2019-11-04 | Merge pull request #3202 from kraem/master | Eelco Dolstra | |
Update nix eval --help msg to not include deprecated command | |||
2019-11-04 | Merge pull request #3203 from hvdijk/prefetch-progress | Eelco Dolstra | |
Fix progress bar when nix-prefetch-url is piped. | |||
2019-11-03 | Fix progress bar when nix-prefetch-url is piped. | Harald van Dijk | |
The intent of the code was that if the window size cannot be determined, it would be treated as having the maximum possible size. Because of a missing assignment, it was actually treated as having a width of 0. The reason the width could not be determined was because it was obtained from stdout, not stderr, even though the printing was done to stderr. This commit addresses both issues. | |||
2019-11-03 | Update nix eval --help msg to not include deprecated command | kraem | |
2019-11-02 | docs: xref doesn't render in title | Kevin Stock | |
The `post-build-hook` text currently appears in the index, but not on the actual title line of the section, this follows the pattern used in a previous section to get a reference into a title. | |||
2019-11-01 | Update man to show that nix-shell allows --arg | Matthew Bauer | |
2019-11-01 | Merge pull request #3192 from ng-0/ng0/issue3186 | Eelco Dolstra | |
include netinet/in.h in src/nix/main.cc | |||
2019-11-01 | include netinet/in.h in src/nix/main.cc | ng0 | |
Fixes #3186 | |||
2019-10-31 | Merge pull request #3187 from Mic92/travis | Eelco Dolstra | |
travis: enable linux builds | |||
2019-10-31 | travis: enable linux builds | Jörg Thalheim | |
Also disable email to not notify the whole NixOS community about build failures | |||
2019-10-31 | Merge pull request #3182 from bhipple/fixup/comments | Eelco Dolstra | |
Minor updates to inline comments | |||
2019-10-31 | Merge pull request #3179 from dtzWill/fix/struct-class-mismatch-minor | Eelco Dolstra | |
minor: fix mismatch of struct/class forward decl of 'Source' |