- Sep 02, 2018
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Sep 01, 2018
-
-
Eelco Dolstra authored
Document multi-user installation, and add release notes about it not being the default on 2.1
-
Graham Christensen authored
-
Eelco Dolstra authored
manual: document why ~/.netrc doesn't work
-
Eelco Dolstra authored
add manual entries for disallowedRequisites and disallowedReferences
-
Eelco Dolstra authored
manual: distributed-builds: Mention - as default
-
Graham Christensen authored
release notes: note that the multi-user installer is available but not selected for Linux with systemd, and the bug about selinux
-
Graham Christensen authored
-
Graham Christensen authored
Use sh <(...) syntax for installation to preserve stdin and prompting also update installation docs to account for changes in multi-user selection
-
Graham Christensen authored
-
Eelco Dolstra authored
docs: Add some examples to fetchGit
-
Eelco Dolstra authored
Print stats in more programs
-
Graham Christensen authored
-
Graham Christensen authored
-
- Aug 31, 2018
-
-
Graham Christensen authored
-
Eelco Dolstra authored
This is already done by coerceToString(), provided that the argument is a path (e.g. 'fetchGit ./bla'). It fixes the handling of URLs like git@github.com:owner/repo.git. It breaks 'fetchGit "./bla"', but that was never intended to work anyway and is inconsistent with other builtin functions (e.g. 'readFile "./bla"' fails).
-
Eelco Dolstra authored
Fixes #2390.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
docs: Add IDs to important sections
-
Graham Christensen authored
-
Graham Christensen authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
fix `error: unknown serve command 9`
-
- Aug 30, 2018
-
-
Michael Bishop authored
-
Eelco Dolstra authored
Also some cosmetic improvements.
-
Eelco Dolstra authored
E.g. $ nix upgrade-nix error: directory '/home/eelco/Dev/nix/inst/bin' does not appear to be part of a Nix profile instead of $ nix upgrade-nix error: '/home/eelco/Dev/nix/inst' is not a symlink
-
https://github.com/LnL7/nixEelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
Docs: Fix install prefix
-
Eelco Dolstra authored
Fix a 32-bit overflow that resulted in negative numbers being printed; use fmt() instead of boost::format(); change -H to -h for consistency with 'ls' and 'du'; make the columns narrower (since they can't be bigger than 1024.0).
-
Benjamin Hipple authored
If the user has an object greater than 1024 yottabytes, it'll just display it as N yottabytes instead of overflowing. Swaps to use boost::format strings instead of std::setw and std::setprecision.
-
Benjamin Hipple authored
Unfortunately, -h is already taken as a short option by --help, so we have to use a different letter or the capitalized version. Resolves #2363
-
Eelco Dolstra authored
-
Eelco Dolstra authored
This reduces the size of the closure by 45 MiB.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Aug 29, 2018
-
-
Eelco Dolstra authored
repl: don't add trailing spaces to history lines
-