Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-16 | Don't hang when calling an attrset | Eelco Dolstra | |
Fixes #5565. | |||
2021-11-16 | Ignore errors unsharing/restoring the mount namespace | Eelco Dolstra | |
This prevents Nix from barfing when run in a container where it doesn't have the appropriate privileges. | |||
2021-11-16 | Merge branch 'add-docker-image-to-hydra-jobs' of https://github.com/garbas/nix | Eelco Dolstra | |
2021-11-16 | Merge pull request #5452 from Kha/git-extend-lock | Eelco Dolstra | |
git: extend cache dir lock over all mutating operations | |||
2021-11-16 | Merge pull request #5472 from NixOS/async-realisation-substitution | Eelco Dolstra | |
async realisation substitution | |||
2021-11-16 | Merge pull request #5559 from Kloenk/libfetchers-gitlab-headers | Eelco Dolstra | |
libfetchers: set free gitlab headers | |||
2021-11-15 | Merge branch 'master' of github.com:NixOS/nix | Eelco Dolstra | |
2021-11-15 | Simplify lockFlake() a bit | Eelco Dolstra | |
2021-11-15 | Merge branch 'balsoft/fix-subinputs-not-getting-updated' of ↵ | Eelco Dolstra | |
https://github.com/tweag/nix | |||
2021-11-15 | Merge pull request #5394 from NixOS/backport | Domen Kožar | |
Add backport action | |||
2021-11-15 | Add backport action | Domen Kožar | |
2021-11-15 | Merge pull request #5428 from kreisys/add-pos-to-json-type-error | Domen Kožar | |
toJSON: report error position for fancier output | |||
2021-11-15 | Merge pull request #5553 from kamadorueda/issue-3505 | Eelco Dolstra | |
toXML: display errors position | |||
2021-11-15 | Merge pull request #5555 from kamadorueda/typos | Eelco Dolstra | |
fix many doc typos | |||
2021-11-14 | libfetchers: set free gitlab headers | Finn Behrens | |
2021-11-13 | fix many doc typos | Kevin Amado | |
2021-11-13 | toXML: display errors position | Kevin Amado | |
- This change applies to builtins.toXML and inner workings - Proof of concept: ```nix let e = builtins.toXML e; in e ``` - Before: ``` $ nix-instantiate --eval poc.nix error: infinite recursion encountered ``` - After: ``` $ nix-instantiate --eval poc.nix error: infinite recursion encountered at /data/github/kamadorueda/nix/poc.nix:1:9: 1| let e = builtins.toXML e; in e | ``` | |||
2021-11-12 | Typo | Eelco Dolstra | |
2021-11-12 | Merge pull request #5533 from abathur/improve_existing_backup_profile_msg_2 | Eelco Dolstra | |
installer: make rc replacement instructions explicit | |||
2021-11-12 | Merge pull request #5540 from samueldr/fix/key-subcommand | Eelco Dolstra | |
nix key: Fix error message and don't require flakes | |||
2021-11-12 | Merge pull request #5542 from samueldr/fix/registry-experimental | Eelco Dolstra | |
nix registry: Mark experimental | |||
2021-11-12 | nix registry: Mark experimental | Samuel Dionne-Riel | |
This is part of the flakes feature. Mark it as such. | |||
2021-11-11 | nix key: Fix error message and don't require flakes | Samuel Dionne-Riel | |
2021-11-11 | Documenting how to use/build Nix' Docker image | Rok Garbas | |
2021-11-11 | docker.nix: Use 'with' | Eelco Dolstra | |
Co-authored-by: Sandro <sandro.jaeckel@gmail.com> | |||
2021-11-11 | Docker image with Nix inside | Rok Garbas | |
2021-11-11 | Flakes: refetch the input when a follows disappears | Alexander Bantyev | |
When an input follows disappears, we can't just reuse the old lock file entries since we may be missing some required ones. Refetch the input when this happens. Closes https://github.com/NixOS/nix/issues/5289 | |||
2021-11-10 | installer: make rc replacement instructions explicit | Travis A. Everett | |
2021-11-10 | Merge pull request #5524 from abathur/improve_existing_backup_profile_msg | Eelco Dolstra | |
installer: improve existing rc backup nag | |||
2021-11-10 | Merge pull request #5528 from matthewbauer/recognize-nixosModule | Eelco Dolstra | |
Recognize singular "nixosModule" in nix flake show | |||
2021-11-09 | Recognize singular "nixosModule" in nix flake show | Matthew Bauer | |
This makes nixosModule appears as a "NixOS Module" like nixosModules does. | |||
2021-11-09 | Merge pull request #5494 from tweag/balsoft/allow-references-in-addPath | Eelco Dolstra | |
Allow references in addPath | |||
2021-11-09 | installer: improve existing rc backup nag | Travis A. Everett | |
2021-11-09 | Merge pull request #5519 from edolstra/move-unshare | Eelco Dolstra | |
Unshare mount namespace in main() | |||
2021-11-09 | addToStore, addToStoreFromDump: refactor: pass refs by const reference | Alexander Bantyev | |
Co-Authored-By: Eelco Dolstra <edolstra@gmail.com> | |||
2021-11-09 | Merge pull request #5520 from ↵ | Eelco Dolstra | |
NixOS/dependabot/github_actions/actions/checkout-2.4.0 Bump actions/checkout from 2.3.5 to 2.4.0 | |||
2021-11-08 | Bump actions/checkout from 2.3.5 to 2.4.0 | dependabot[bot] | |
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2021-11-08 | Unshare mount namespace in main() | Eelco Dolstra | |
Doing it as a side-effect of calling LocalStore::makeStoreWritable() is very ugly. Also, make sure that stopping the progress bar joins the update thread, otherwise that thread should be unshared as well. | |||
2021-11-08 | Merge branch 'fix-writable-shell' of https://github.com/yorickvP/nix | Eelco Dolstra | |
2021-11-08 | Merge pull request #5434 from timothyklim/git-url-submodules | Eelco Dolstra | |
Support building flakes from a Git repo url with submodules | |||
2021-11-08 | Merge pull request #5500 from abathur/fix_darwin_existing_mounted_volume | Eelco Dolstra | |
darwin-install: fix already-mounted store volumes | |||
2021-11-08 | Merge pull request #5504 from NixOS/flake-options-and-daemon | Eelco Dolstra | |
Make the flake options work when using the daemon | |||
2021-11-08 | Merge pull request #5506 from NixOS/fix-post-hook-test-with-different-daemon | Eelco Dolstra | |
Make the post-build-hook use the daemon Nix package | |||
2021-11-08 | Merge pull request #5517 from Zimmi48/fix-cli-guideline-typo | Eelco Dolstra | |
Fix some typos in CLI guideline. | |||
2021-11-08 | Merge pull request #5514 from andir/let-body-unused | Eelco Dolstra | |
Remove unused "<let-body>" symbol | |||
2021-11-08 | Fix some typos in CLI guideline. | Théo Zimmermann | |
2021-11-07 | Remove unused "<let-body>" symbol | Andreas Rammhold | |
The requirement for the symbol has been removed since at least 7d47498. | |||
2021-11-05 | addPath: allow paths with references | Alexander Bantyev | |
Since 4806f2f6b0fd2cae401b89fe19d8c528ffd88b5f, we can't have paths with references passed to builtins.{path,filterSource}. This prevents many cases of those functions called on IFD outputs from working. Resolve this by passing the references found in the original path to the added path. | |||
2021-11-05 | Merge pull request #5476 from NixOS/ca/fix-build-in-nix-repl | Théophane Hufschmitt | |
Fix `nix repl`’s building of CA derivations | |||
2021-11-05 | Make the flake options work when using the daemon | regnat | |
When setting flake-local options (with the `nixConfig` field), forward these options to the daemon in case we’re using one. This is necessary in particular for options like `binary-caches` or `post-build-hook` to make sense. Fix <https://github.com/NixOS/nix/commit/343239fc8a1993f707a990c2cd54a41f1fa3de99#r44356843> |