- Nov 07, 2019
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
It also OOMs. https://hydra.nixos.org/build/105942679
-
Eelco Dolstra authored
-
Eelco Dolstra authored
This reverts commit 717e821b. It's much more convenient to do 'make OPTIMIZE=0'.
-
Eelco Dolstra authored
This cuts 'make install -j6' on my laptop from 170s to 134s.
-
- Nov 06, 2019
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
It constantly OOMs. https://hydra.nixos.org/build/105784912
-
Eelco Dolstra authored
-
- Nov 05, 2019
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
It's broken at the moment: https://hydra.nixos.org/build/105746055 Also it pulls in GHC which is a pretty big dependency.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
Update man to show that nix-shell allows --arg
-
Eelco Dolstra authored
docs: fix upper bound on number of consumed cores
-
Eelco Dolstra authored
docs: xref doesn't render in title
-
Eelco Dolstra authored
-
- Nov 04, 2019
-
-
Eelco Dolstra authored
docs: correct default location of log directory
-
Kevin Stock authored
-
Eelco Dolstra authored
Update nix eval --help msg to not include deprecated command
-
Eelco Dolstra authored
Fix progress bar when nix-prefetch-url is piped.
-
- Nov 03, 2019
-
-
Harald van Dijk authored
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.
-
kraem authored
-
- Nov 02, 2019
-
-
Kevin Stock authored
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.
-
- Nov 01, 2019
-
-
Matthew Bauer authored
-
Eelco Dolstra authored
include netinet/in.h in src/nix/main.cc
-
ng0 authored
Fixes #3186
-
- Oct 31, 2019
-
-
Eelco Dolstra authored
travis: enable linux builds
-
Jörg Thalheim authored
Also disable email to not notify the whole NixOS community about build failures
-
Eelco Dolstra authored
Minor updates to inline comments
-
Eelco Dolstra authored
minor: fix mismatch of struct/class forward decl of 'Source'
-
Benjamin Hipple authored
Add missing docstring on InstallableCommand. Also, some of these were wrapped when they're right next to a line longer than the unwrapped line, so we can just unwrap them to save vertical space.
-
- Oct 30, 2019
-
-
Kevin Stock authored
-
Will Dietz authored
Fixes the following warning and the indicate potential issue: src/libstore/worker-protocol.hh:66:1: warning: class 'Source' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] (cherry picked from commit 6e1bb04870b1b723282d32182af286646f13bf3c)
-
- Oct 29, 2019
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
Also drop multithread-unfriendly hacks like doing a temporary chmod/umask.
-