Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-07 | Trivial changes from the lazy-trees branch | Eelco Dolstra | |
2022-12-07 | Merge pull request #7418 from fricklerhandwerk/installer-issue | Théophane Hufschmitt | |
add template for installer issues | |||
2022-12-07 | add template for installer issues | Valentin Gagarin | |
since the installer prompts users to file issues, labelling them automatically should reduce triaging effort significantly. | |||
2022-12-06 | Merge pull request #7413 from NixOS/bump-2.13 | Eelco Dolstra | |
Bump version to 2.13 | |||
2022-12-06 | Bump version | Eelco Dolstra | |
2022-12-06 | Merge pull request #7410 from edolstra/release-notes | Eelco Dolstra | |
Branch 2.12 release notes | |||
2022-12-06 | Release notes | Eelco Dolstra | |
2022-12-06 | Merge pull request #7382 from fricklerhandwerk/doc-automatic-uid | Eelco Dolstra | |
move documentation on `auto-allocate-uids` to options docs | |||
2022-12-06 | Tweak option descriptions | Eelco Dolstra | |
2022-12-05 | Merge pull request #7390 from Radvendii/fix-6383 | Théophane Hufschmitt | |
check the store for input before failing (hopefully fix #6700) | |||
2022-12-05 | Merge pull request #7401 from Mic92/cgroup-typo | Eelco Dolstra | |
getMaxCPU: fix cgroup path | |||
2022-12-05 | Merge pull request #7392 from edolstra/revert-7251 | Eelco Dolstra | |
Revert "docs: drop shell prompt character for consistency" | |||
2022-12-05 | check the store for input before failing (hopefully fix #6700) | Taeer Bar-Yam | |
2022-12-05 | Merge pull request #7329 from fricklerhandwerk/maintainers | Eelco Dolstra | |
add maintainers' handbook | |||
2022-12-05 | maintainers/README.md: Use CET | Eelco Dolstra | |
2022-12-05 | Fix typo | Eelco Dolstra | |
2022-12-05 | Merge pull request #7277 from fricklerhandwerk/codeowners | Théophane Hufschmitt | |
add CODEOWNERS | |||
2022-12-04 | getMaxCPU: fix cgroup path | Jörg Thalheim | |
Given this typo I am not sure if it has been tested. | |||
2022-12-02 | Merge pull request #7387 from fricklerhandwerk/upvote-convention | Eelco Dolstra | |
encourage adding 👍 to express interest | |||
2022-12-02 | Merge pull request #7394 from edolstra/fix-7268 | Eelco Dolstra | |
Lower verbosity of exceptions in getMaxCPU() | |||
2022-12-02 | Merge pull request #7395 from obsidiansystems/evaluating-to-calling | Eelco Dolstra | |
Change "while evaluating <fun>" to "while *calling*" in trace | |||
2022-12-02 | Change "while evaluating <fun>" to "while *calling*" in trace | John Ericson | |
The old way was not correct. Here is an example: ``` $ nix-instantiate --eval --expr 'let x = a: throw "asdf"; in x 1' --show-trace error: asdf … while evaluating 'x' at «string»:1:9: 1| let x = a: throw "asdf"; in x 1 | ^ … from call site at «string»:1:29: 1| let x = a: throw "asdf"; in x 1 | ^ ``` and yet also: ``` $ nix-instantiate --eval --expr 'let x = a: throw "asdf"; in x' --show-trace <LAMBDA> ``` Here is the thing: in both cases we are evaluating `x`! Nix is a higher-order languages, and functions are a sort of value. When we write `x = a: ...`, `a: ...` is the expression that `x` is being defined to be, and that is already a value. Therefore, we should *never* get an trace that says "while evaluating `x`", because evaluating `a: ...` is *trival* and nothing happens during it! What is actually happening here is we are applying `x` and evaluating its *body* with arguments substituted for parameters. I think the simplest way to say is just "while *calling* `x`", and so that is what I changed it to. | |||
2022-12-02 | getMaxCPU(): Lower verbosity level for ignored exceptions | Eelco Dolstra | |
Fixes #7268. | |||
2022-12-02 | Merge pull request #7381 from aakropotkin/doc-ltoa-conflicts | Valentin Gagarin | |
doc: listToAttrs: document repeated keys | |||
2022-12-02 | Clean up cgroup handling in getMaxCPU() | Eelco Dolstra | |
Also, don't assume in LocalDerivationGoal that cgroups are mounted on /sys/fs/cgroup. | |||
2022-12-02 | Move cgroup.{cc,hh} to libutil | Eelco Dolstra | |
2022-12-02 | Revert "docs: drop shell prompt character for consistency" | Eelco Dolstra | |
This reverts commit c068cce107b94f23c5288521770b2c807729a052 because it makes the docs *less* consistent. | |||
2022-12-01 | Merge pull request #7251 from RelationalAI-oss/sp-docs-uninstall-prompt | Valentin Gagarin | |
docs: drop shell prompt character for consistency | |||
2022-12-01 | encourage adding 👍 to express interest | Valentin Gagarin | |
decided on the @NixOS/documentation-team, see NixOS/nix.dev#359 for more information | |||
2022-12-01 | doc: listToAttrs: add extra whitespace | Alex Ameen | |
2022-12-01 | Merge pull request #7386 from edolstra/fix-json | Eelco Dolstra | |
Really fix 'nix store make-content-addressed --json' | |||
2022-12-01 | Really fix 'nix store make-content-addressed --json' | Eelco Dolstra | |
https://hydra.nixos.org/log/mcgypcf9vj4n8vdmw7lj3l05c899v73w-nix-2.12.0pre20221201_16b03f0-x86_64-unknown-linux-musl.drv | |||
2022-11-30 | doc: listToAttrs: fix line wrapping | Alex Ameen | |
2022-11-30 | doc: listToAttrs: document repeated keys | Alex Ameen | |
2022-12-01 | move documentation on `auto-allocate-uids` to options docs | Valentin Gagarin | |
this is where it belongs and can be found together with the other options. | |||
2022-12-01 | Merge pull request #7375 from NixOS/formatting-nitpick | Valentin Gagarin | |
add missing newline, for consistent formatting | |||
2022-11-30 | add missing newline, for consistent formatting | Valentin Gagarin | |
2022-11-30 | Merge pull request #7372 from edolstra/fix-json | Eelco Dolstra | |
nix store make-content-addressed: Fix JSON construction | |||
2022-11-30 | nix store make-content-addressed: Fix JSON construction | Eelco Dolstra | |
Fixes error: [json.exception.type_error.301] cannot create object from initializer list in tests/fetchClosure.sh. | |||
2022-11-29 | Merge pull request #7342 from fricklerhandwerk/refactor-generate-builtins | Théophane Hufschmitt | |
refactor rendering documentation of builtins | |||
2022-11-29 | Merge pull request #3600 from NixOS/auto-uid-allocation | Eelco Dolstra | |
Automatic UID allocation | |||
2022-11-29 | Restore ownership of / for non-uid-range builds | Eelco Dolstra | |
2022-11-29 | Merge pull request #7365 from NixOS/fix-6979-nobody-user-in-docker | Eelco Dolstra | |
Add nobody user/group to Nix docker image | |||
2022-11-29 | Merge pull request #7358 from ncfavier/repl-exit-newline | Eelco Dolstra | |
repl: print a newline on ctrl-D | |||
2022-11-29 | Merge pull request #7363 from ↵ | Eelco Dolstra | |
NixOS/dependabot/github_actions/zeebe-io/backport-action-0.0.9 Bump zeebe-io/backport-action from 0.0.8 to 0.0.9 | |||
2022-11-29 | Add nobody user/group to Nix docker image | Rok Garbas | |
2022-11-28 | Bump zeebe-io/backport-action from 0.0.8 to 0.0.9 | dependabot[bot] | |
Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 0.0.8 to 0.0.9. - [Release notes](https://github.com/zeebe-io/backport-action/releases) - [Commits](https://github.com/zeebe-io/backport-action/compare/v0.0.8...v0.0.9) --- updated-dependencies: - dependency-name: zeebe-io/backport-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2022-11-28 | Add example | Eelco Dolstra | |
2022-11-28 | Add a setting for enabling cgroups | Eelco Dolstra | |
2022-11-28 | Check that auto-allocated UIDs don't clash with existing accounts | Eelco Dolstra | |