Age | Commit message (Expand) | Author | Files | Lines |
2020-01-05 | function-trace: always show the trace | zimbatm | 3 | -6/+4 |
2020-01-04 | .version: Remove newline | Eelco Dolstra | 1 | -1/+1 |
2020-01-04 | Document builtins.placeholder | Arnout Engelen | 1 | -0/+10 |
2020-01-04 | Add testcase for attrset using __overrides and dynamic attrs | Puck Meerburg | 2 | -0/+5 |
2020-01-04 | Ensure enough space in attrset bindings when using both __overrides and dynam... | Puck Meerburg | 1 | -1/+1 |
2020-01-04 | doc: Document `--dry-run` option for `nix-build` | Maximilian Bosch | 1 | -0/+5 |
2020-01-04 | docs: correct default location of log directory | Kevin Stock | 1 | -1/+1 |
2020-01-04 | builtins.toJSON: fix __toString usage | Robin Gloster | 5 | -8/+29 |
2020-01-04 | install-multi-user.sh: Remove unused variables | Eelco Dolstra | 1 | -3/+0 |
2020-01-04 | Remove superfluous IAM action for S3 cache | Chaz Schlarp | 1 | -1/+0 |
2020-01-04 | Tweak path hint | Ersin Akinci | 1 | -1/+2 |
2020-01-04 | Add hint about path in builtins.import | Ersin Akinci | 1 | -0/+4 |
2020-01-04 | Revert "Document import <path> syntax" | Ersin Akinci | 1 | -9/+1 |
2020-01-04 | Fix unset variable in installer | Steven Shaw | 1 | -4/+1 |
2020-01-04 | Make nix-daemon.plist less fragile on macOS | Dan Callahan | 1 | -1/+1 |
2020-01-04 | Copy instead of linking launch agent | Matthew Bauer | 2 | -2/+2 |
2020-01-04 | Bump version number | Eelco Dolstra | 1 | -1/+1 |
2020-01-04 | Disable the evalNixOS test | Eelco Dolstra | 1 | -2/+2 |
2020-01-04 | Disable the evalNixpkgs test | Eelco Dolstra | 1 | -1/+3 |
2020-01-04 | Move tmpDirInSandbox to initTmpDir | Matthew Bauer | 1 | -8/+8 |
2020-01-04 | Fix sandbox fallback settings | Matthew Bauer | 1 | -26/+34 |
2020-01-04 | ssh-ng: Don't set CPU affinity on the remote | Eelco Dolstra | 3 | -1/+9 |
2020-01-04 | SourceExprCommand::getSourceExpr(): Allocate more space | Eelco Dolstra | 1 | -1/+1 |
2020-01-04 | Document import <path> syntax | Ersin Akinci | 1 | -1/+9 |
2020-01-04 | include netinet/in.h in src/nix/main.cc | ng0 | 1 | -0/+1 |
2020-01-04 | Fix progress bar when nix-prefetch-url is piped. | Harald van Dijk | 2 | -2/+2 |
2020-01-04 | Fix typos | Brian Wignall | 2 | -2/+2 |
2020-01-04 | EvalState::callFunction(): Make FunctionCallTrace use less stack space | Eelco Dolstra | 1 | -4/+3 |
2019-10-10 | nix verify: Fix uninitialized variable | Eelco Dolstra | 1 | -2/+2 |
2019-10-10 | nix-env: Ignore failures creating ~/.nix-profile and ~/.nix-defexpr | Eelco Dolstra | 1 | -14/+20 |
2019-10-10 | Doh | Eelco Dolstra | 1 | -1/+1 |
2019-10-10 | nix-env: Create ~/.nix-defexpr automatically | Eelco Dolstra | 3 | -30/+12 |
2019-10-10 | nix-env: Create ~/.nix-profile automatically | Eelco Dolstra | 9 | -42/+31 |
2019-10-09 | Force per-user group to a known value | Eelco Dolstra | 1 | -1/+1 |
2019-10-09 | Typo | Eelco Dolstra | 1 | -1/+1 |
2019-10-09 | Go back to 755 permission on per-user directories | Eelco Dolstra | 1 | -1/+1 |
2019-10-09 | nix-profile.sh: Remove coreutils dependency | Eelco Dolstra | 1 | -4/+2 |
2019-10-09 | nix-profile.sh: Don't create .nix-channels | Eelco Dolstra | 3 | -11/+0 |
2019-10-09 | Remove some redundant initialization | Eelco Dolstra | 1 | -6/+0 |
2019-10-09 | Remove world-writability from per-user directories | Eelco Dolstra | 11 | -43/+41 |
2019-10-09 | Filter ANSI escape sequences in -L output | Eelco Dolstra | 1 | -1/+1 |
2019-10-09 | Bump version number | Eelco Dolstra | 1 | -1/+1 |
2019-10-09 | docs: Note that tryEval doesn't do deep evaluation | Silvan Mosberger | 1 | -2/+8 |
2019-10-09 | Disable OpenSSL lock callback on OpenSSL >= 1.1.1 | Eelco Dolstra | 1 | -0/+4 |
2019-10-09 | docs: Fix a typo in github in an example | Julien Tanguy | 1 | -1/+1 |
2019-10-09 | docs: Use the explicit ref for fetchGit with a tag | Julien Tanguy | 1 | -4/+1 |
2019-10-09 | Move 'builtins.splitVersion' to position respecting alphabetical order | Alexandre Esteves | 1 | -12/+13 |
2019-10-09 | libstore: don't forward --show-trace | zimbatm | 1 | -0/+1 |
2019-10-09 | Don't catch exceptions by value | Eelco Dolstra | 5 | -7/+7 |
2019-10-09 | Shut up some warnings | Eelco Dolstra | 2 | -0/+4 |