Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-22 | Use /etc/zshenv instead of /etc/zshrc for profile | Suraj Barkale | |
As noted in https://github.com/NixOS/nix/issues/3456 the `/etc/zshenv` file provides a better place for sourcing the nix environment. | |||
2020-05-21 | installer: don't clobber synthetic.conf | Daiderd Jordan | |
2020-05-21 | focus on golden-path covering most scenarios | Travis A. Everett | |
This should handle installation scenarios we can handle with anything resembling confidence. Goal is approximating the existing setup--not enforcing a best-practice... Approaches (+ installer-handled, - manual) and configs each covers: + no change needed; /nix OK on boot volume: All pre-Catalina (regardless of T2 or FileVault use) + create new unencrypted volume: Catalina, pre-T2, no FileVault + create new encrypted-at-rest volume: Catalina, pre-T2, FileVault Catalina, T2, no FileVault - require user to pre-create encrypted volume Catalina, T2, FileVault | |||
2020-05-21 | installer: refuse apfs volume creation when FileVault is enabled | Daiderd Jordan | |
2020-05-21 | manual: clarify volume creation section | Daiderd Jordan | |
2020-05-21 | install: make synthetic.conf and fstab checks stricter | Daiderd Jordan | |
2020-05-21 | install: improve output and error handling | Daiderd Jordan | |
2020-05-21 | install: hide the store volume on darwin | Daiderd Jordan | |
2020-05-21 | manual: add apfs volume section | Daiderd Jordan | |
2020-05-21 | install: show macOS 10.15 message with --daemon | Daiderd Jordan | |
2020-05-21 | install: also configure ~/.zshenv | Daiderd Jordan | |
The default login shell for users on macOS 10.15 changed from bash to zsh. So while generally nonstandard we need to configure it to make nix function out of the box on macOS. | |||
2020-05-21 | install: configure and bootstrap synthetic.conf on darwin | Daiderd Jordan | |
Starting macOS 10.15 /nix can't be creasted directly anymore due to the readonly filesystem, but synthetic.conf was introduced to enable creating mountpoints or symlinks for special usecases like package managers. | |||
2020-05-21 | documentation: avoid unquoted URLs | Krzysztof Gogolewski | |
2020-05-20 | Merge pull request #3603 from gilligan/url-tests | Eelco Dolstra | |
Add unit testes for url.cc | |||
2020-05-20 | Add unit testes for url.cc | Tobias Pflug | |
This adds tests for - parseURL - percentDecode - decodeQuery | |||
2020-05-18 | Cleanup | Eelco Dolstra | |
2020-05-18 | Merge branch 'wait-for-builders' of https://github.com/serokell/nix | Eelco Dolstra | |
2020-05-18 | Merge pull request #3592 from Mic92/doc-fixes | Eelco Dolstra | |
Remove -j option from simple-build-testing | |||
2020-05-16 | Remove -j option from simple-build-testing | Jörg Thalheim | |
By default Nix/NixOS already set a reasonable default `max-jobs = auto` so we don't need to mention it in this tutorial. The option is still documented in other parts of the documentation if users ever stumble over this. Fixes https://github.com/NixOS/nix/issues/2531 | |||
2020-05-15 | Merge remote-tracking branch 'upstream/master' into errors-phase-2 | Ben Burdette | |
2020-05-15 | actions: use latest OS | Domen Kožar | |
2020-05-14 | fix compile errors | Ben Burdette | |
2020-05-14 | formatting | Ben Burdette | |
2020-05-14 | Don't lock a user while doing remote builds | Alexander Bantyev | |
2020-05-13 | formatting and a few minor changes | Ben Burdette | |
2020-05-13 | remove error-demo from Makefile again | Ben Burdette | |
2020-05-13 | consistent capitalization | Ben Burdette | |
2020-05-13 | change status messages to info level | Ben Burdette | |
2020-05-13 | Merge pull request #3588 from prusnak/nix-skip-channel-add | Eelco Dolstra | |
Introduce NIX_INSTALLER_NO_CHANNEL_ADD which skips nix-channel --add | |||
2020-05-12 | no blank line if no LOC | Ben Burdette | |
2020-05-12 | hint only | Ben Burdette | |
2020-05-12 | convert to logWarning format | Ben Burdette | |
2020-05-12 | remove uncrustify cfg | Ben Burdette | |
2020-05-12 | remove unused extra json fields | Ben Burdette | |
2020-05-12 | move pos to the first arg, to indicate its not used in a fmt template | Ben Burdette | |
2020-05-12 | Expose installer configuration environment variables via command line flags | Pavol Rusnak | |
2020-05-12 | new pos format for more errors | Ben Burdette | |
2020-05-12 | Show hint how to enable experimental features | Eelco Dolstra | |
2020-05-12 | nix: Don't require --experimental-features=nix-command for some subcommands | Eelco Dolstra | |
2020-05-12 | tests/binary-cache.sh: Improve incomplete closure test | Eelco Dolstra | |
Issue #3373. | |||
2020-05-12 | Introduce NIX_INSTALLER_NO_CHANNEL_ADD which skips nix-channel --add | Pavol Rusnak | |
2020-05-11 | more pos reporting | Ben Burdette | |
2020-05-11 | new format for pos | Ben Burdette | |
2020-05-11 | fixes to merged code | Ben Burdette | |
2020-05-11 | Merge branch 'master' into errors-phase-2 | Ben Burdette | |
2020-05-11 | comments and cleanup | Ben Burdette | |
2020-05-11 | switch from printError warnings to logWarnings | Ben Burdette | |
2020-05-11 | Merge pull request #3568 from kolloch/outputHashModeError | Domen Kožar | |
libstore/build.cc: more explicit error about form of output | |||
2020-05-11 | Update src/libstore/build.cc | Domen Kožar | |
2020-05-11 | Merge pull request #3581 from TerrorJack/patch-1 | Domen Kožar | |
Update "Upgrading Nix" documentation |