Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-12 | Fix --no-daemon installation | Eelco Dolstra | |
It was accidentally triggering the auto-chroot code path because /nix/var/nix didn't exist. Fixes #6790. | |||
2022-07-12 | Fix debug message | Eelco Dolstra | |
2022-07-12 | Merge pull request #6781 from ryantm/stale | Eelco Dolstra | |
update stale bot per RFC 0124 | |||
2022-07-12 | Merge pull request #6693 from ncfavier/complete-flake-inputs | Théophane Hufschmitt | |
Improve shell completion of flake inputs | |||
2022-07-11 | Merge pull request #6786 from edolstra/fix-aarch64-static | Eelco Dolstra | |
Fix buildStatic.aarch64-linux | |||
2022-07-11 | Branch 2.10 release notes | Eelco Dolstra | |
2022-07-11 | Fix buildStatic.aarch64-linux | Eelco Dolstra | |
Commit 925b97522497e9c0f7a385c904410e560796208f accidentally enabled use of the gold linker on aarch64-linux, which apparently doesn't work. https://hydra.nixos.org/build/183500621 | |||
2022-07-11 | Merge pull request #6608 from bburdette/ignore-try | Eelco Dolstra | |
--ignore-try flag for debugger mode | |||
2022-07-11 | Merge branch 'master' into ignore-try | Ben Burdette | |
2022-07-11 | move ignore-try to EvalSettings | Ben Burdette | |
2022-07-11 | use util.hh class instead of local | Ben Burdette | |
2022-07-11 | 'tryEval' not 'try clause' | Ben Burdette | |
2022-07-11 | Fix flake input completion for `InstallablesCommand`s | Naïm Favier | |
Defers completion of flake inputs until the whole command line is parsed so that we know what flakes we need to complete the inputs of. Previously, `nix build flake --update-input <Tab>` always behaved like `nix build . --update-input <Tab>`. | |||
2022-07-11 | Merge pull request #6777 from laalsaas/master | Eelco Dolstra | |
Fix logical and typographical errors in nix-env man page | |||
2022-07-11 | Update release notes | Eelco Dolstra | |
2022-07-10 | update stale bot per RFC 0124 | Ryan Mulligan | |
2022-07-10 | Fix logical and typographical errors in nix-env man page | laalsaas | |
2022-07-06 | Merge pull request #6768 from NixOS/add-rl-for-traceverbose | Eelco Dolstra | |
Add a release notes entry for #4914 | |||
2022-07-06 | Add a release notes entry for #4914 | Théophane Hufschmitt | |
cc @gytis-ivaskevicius | |||
2022-07-06 | Merge pull request #4914 from gytis-ivaskevicius/master | Théophane Hufschmitt | |
Add builtins.debug | |||
2022-07-05 | builtins.traceVerbose: Post rebase fixes | Gytis Ivaskevicius | |
2022-07-05 | Add builtins.traceVerbose | Gytis Ivaskevicius | |
Co-Authored-By: Silvan Mosberger <contact@infinisil.com> Add builtins.traceVerbose tests | |||
2022-07-05 | Merge pull request #6762 from thufschmitt/restrict-ci-permissions | Théophane Hufschmitt | |
Restrict the permissions of the CI | |||
2022-07-05 | Fix the hydra_status CI job | Théophane Hufschmitt | |
2022-07-05 | Restrict the permissions of the CI | Théophane Hufschmitt | |
2022-07-05 | Merge pull request #6746 from turrisxyz/Pinned-Dependencies-GitHub | Théophane Hufschmitt | |
chore: Set permissions for GitHub actions | |||
2022-07-05 | Merge pull request #6664 from Ma27/innixshell-backwards-compat | Théophane Hufschmitt | |
nix-shell: restore backwards-compat with old nixpkgs | |||
2022-07-05 | Merge pull request #6749 from centromere/docker-extra-pkgs-layers | Rok Garbas | |
Allow specification of extra packages, maxLayers in Docker image | |||
2022-07-01 | Allow specification of extra packages, maxLayers in Docker image | Alex Wied | |
2022-07-01 | chore: Set permissions for GitHub actions | naveen | |
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com> | |||
2022-06-29 | Merge pull request #6699 from tennox/better-flake-new-error-message | Théophane Hufschmitt | |
flakes: apply templates partially on conflicts | |||
2022-06-29 | Merge pull request #6233 from flox/nix-repl-flakes | Théophane Hufschmitt | |
Nix repl flakes | |||
2022-06-29 | Merge pull request #6674 from ↵ | Théophane Hufschmitt | |
virusdave/dnicponski/scratch/dont_capture_stdout_in_nix_repl_master Don't capture `stdout` when launching subshells in `nix repl` | |||
2022-06-29 | Add some test for `nix flake init` with conflicts | Théophane Hufschmitt | |
2022-06-29 | Merge pull request #6702 from ncfavier/develop-prepend-vars | Eelco Dolstra | |
nix develop: save XDG_DATA_DIRS for loadable completion | |||
2022-06-29 | Merge remote-tracking branch 'origin/master' into better-flake-new-error-message | Théophane Hufschmitt | |
2022-06-29 | Merge pull request #6739 from edolstra/ignore-chroot-error | Eelco Dolstra | |
Don't fail if we can't create ~/.local/share/nix/root | |||
2022-06-29 | Don't fail if we can't create ~/.local/share/nix/root | Eelco Dolstra | |
https://hydra.nixos.org/build/182135943 | |||
2022-06-29 | Merge pull request #6738 from edolstra/quote | Eelco Dolstra | |
src/libexpr/tests/primops.cc: Quote Nix expressions | |||
2022-06-29 | src/libexpr/tests/primops.cc: Quote Nix expressions | Eelco Dolstra | |
Otherwise they don't survive reformatting, see the failure in https://github.com/NixOS/nix/pull/6721. | |||
2022-06-29 | Merge pull request #6737 from centromere/fix-typo | Eelco Dolstra | |
doc: Fix typo | |||
2022-06-29 | Merge pull request #6706 from lheckemann/cache-info-cache-invalidation | Théophane Hufschmitt | |
nar-info-disk-cache: refresh nix-cache-info weekly | |||
2022-06-28 | doc: Fix typo | Alex Wied | |
2022-06-27 | Merge pull request #6727 from symphorien/shallow-doc | Eelco Dolstra | |
fetchGit: document `shallow` argument | |||
2022-06-26 | #6699 flake init: fix trying to add unchanged file | Manu [tennox] | |
After skipping because of being of identical content it tried to git add it. | |||
2022-06-26 | #6699 flake init: Apply suggestions of @thufschmitt | Manu [tennox] | |
2022-06-26 | Update src/nix/flake.cc | Manuel | |
https://github.com/NixOS/nix/pull/6699#discussion_r904097147 Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | |||
2022-06-26 | Update src/nix/flake.cc | Manuel | |
https://github.com/NixOS/nix/pull/6699#discussion_r904096906 Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | |||
2022-06-26 | fetchGit: document `shallow` argument | Guillaume Girol | |
2022-06-25 | Merge pull request #6717 from edolstra/move-flake-registry | Eelco Dolstra | |
Fetch flake-registry.json from channels.nixos.org |