aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-25Merge pull request #2448 from ↵Eelco Dolstra
dtzWill/feature/nix-daemon-accept-empty-builders-untrusted nix-daemon: allow setting builders to "" by any user (untrusted)
2018-09-25nix-daemon: allow setting builders to "" by any user (untrusted)Will Dietz
(cherry picked from commit a94a2eb1cb1c81e90a7529be5fecac27899a3442)
2018-09-24Merge pull request #2312 from ↵Eelco Dolstra
dtzWill/fix/matched-names-should-still-print-version search: include version for matches too!
2018-09-19Merge pull request #2434 from grahamc/graham-improve-upgradeEelco Dolstra
Upgrade docs: improve the upgrade command
2018-09-19Upgrade docs: improve the upgrade commandAnders Riutta
and make it more copy-pastable.
2018-09-19Merge pull request #2433 from grahamc/doc-shebang-quotesEelco Dolstra
Document that nix-shell's shebang requires double quotes for expressions
2018-09-19nix-shell: document double quotes being necessary for a simple Nix ↵Graham Christensen
expression in the shebang
2018-09-19nix-shell: explain the merging property close to the exampleGraham Christensen
2018-09-18Merge pull request #2428 from grahamc/docs-aliasesEelco Dolstra
Document Aliases
2018-09-18docs: document deprecated aliasesGraham Christensen
2018-09-17nix-env: Fix segfault if -f argument is not a directory or a Nix expressionEelco Dolstra
Fixes #2425.
2018-09-17Fix build failure if parallel xz is not availableEelco Dolstra
2018-09-13Merge branch 'dirOf-relative' of https://github.com/lheckemann/nixEelco Dolstra
2018-09-10Prefer 'remote builder' over 'slave'Graham Christensen
2018-09-10Merge pull request #2412 from dingxiangfei2009/patch-repl-autoargsEelco Dolstra
nix repl respects --arg and --argstr
2018-09-10auto args on replDing Xiang Fei
2018-09-07If fallback is enabled, temporarily disable substituters after a failureEelco Dolstra
Otherwise, we just keep asking the substituter for other .narinfo files, which can take a very long time due to retries/timeouts.
2018-09-07Handle queryPathInfo() failure from substituters when fallback is enabledEelco Dolstra
Fixes #1990.
2018-09-05Convert NIX_COUNT_CALLS to JSON tooEelco Dolstra
2018-09-05Log stats to stderrEelco Dolstra
We shouldn't pollute stdout.
2018-09-05Merge branch 'improve-stats' of https://github.com/cleverca22/nixEelco Dolstra
2018-09-05fetchurl: Respect unpackEelco Dolstra
Fixes #2393.
2018-09-05Merge pull request #2400 from matthewbauer/patch-9Eelco Dolstra
Get effective user in Nix commands
2018-09-04Get effective user in Nix commandsMatthew Bauer
‘geteuid’ gives us the user that the command is being run as, including in setuid modes. By using geteuid to determind id, we can avoid the ‘sudo -i’ hack when upgrading Nix. So now, upgrading Nix on macOS is as simple as: $ sudo nix-channel --update $ sudo nix-env -u $ sudo launchctl stop org.nixos.nix-daemon $ sudo launchctl start org.nixos.nix-daemon or $ sudo systemctl restart nix-daemon
2018-09-04Merge pull request #2397 from dtzWill/fix/reported-dl-size-with-callbackEelco Dolstra
download: fix size reported to progress bar
2018-09-03download: fix size reported to progress barWill Dietz
2018-09-03docs: change expired bzip2.org to archive.orgVladimír Čunát
Fixes #2396.
2018-09-02remove the old text format outputMichael Bishop
2018-09-02Bump versionEelco Dolstra
2018-09-02Release notes tweaksEelco Dolstra
2018-09-01add JSON to NIX_SHOW_STATSMichael Bishop
2018-09-01Merge pull request #2388 from grahamc/graham/document-multi-userEelco Dolstra
Document multi-user installation, and add release notes about it not being the default on 2.1
2018-09-01improve the stats when profilingMichael Bishop
2018-09-01Create upgrade notesGraham Christensen
2018-09-01Merge pull request #2168 from grahamc/explain-why-netrc-is-bustedEelco Dolstra
manual: document why ~/.netrc doesn't work
2018-09-01Merge pull request #2309 from symphorien/disallowed-manEelco Dolstra
add manual entries for disallowedRequisites and disallowedReferences
2018-09-01Merge pull request #2237 from nh2/patch-1Eelco Dolstra
manual: distributed-builds: Mention - as default
2018-09-01release notes: note that the multi-user installer is available but not ↵Graham Christensen
selected for Linux with systemd, and the bug about selinux
2018-09-01Default to single-user installGraham Christensen
2018-09-01Document the multi-user installer someGraham Christensen
Use sh <(...) syntax for installation to preserve stdin and prompting also update installation docs to account for changes in multi-user selection
2018-09-01We support aarch64 nowGraham Christensen
2018-09-01Merge pull request #2384 from graham-at-target/fetch-git-examplesEelco Dolstra
docs: Add some examples to fetchGit
2018-09-01Merge pull request #2391 from grahamc/more-statsEelco Dolstra
Print stats in more programs
2018-08-31nix-build: Print stats even in failing buildsGraham Christensen
2018-08-31nix-build: print stats on sucessful buildsGraham Christensen
2018-08-31Drop ssh://... as a required formatting for builtins.fetchGitGraham Christensen
2018-09-01fetchGit/fetchMercurial: Don't absolutize pathsEelco Dolstra
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).
2018-09-01nix path-info: Remove trailing spacesEelco Dolstra
Fixes #2390.
2018-09-01Add contributorsEelco Dolstra
2018-08-31Really fix the buildEelco Dolstra