| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-21 | installer: remove | Michael Hoang | |
| 2024-11-21 | installer: move channel creation to README | Michael Hoang | |
| 2024-11-21 | installer: move creating default configuration to README | Michael Hoang | |
| 2024-11-16 | nix-daemon: enable by default | Michael Hoang | |
| Single user installs have been unsupported by the official Nix installer since 2.4. | |||
| 2024-11-09 | installer: don't tell users to source bashrc | Michael Hoang | |
| Fixes #380 | |||
| 2024-10-27 | tests: fix negative asserts with `grep` not working | Michael Hoang | |
| Using `grep -v` without `-z` will return 0 even if there is a match found as all the non-matching lines will be matched. Instead of using `grep -vqz`, `(! grep ...)` is more readable. The brackets are necessary as `! grep` will not trigger `set -e`[0], so we run it inside a subshell to use its non-zero exit code. [0]: https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#The-Set-Builtin | |||
| 2023-08-13 | Update pkgs/darwin-installer/default.nix | Arvin Sevilla | |
| Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com> | |||
| 2023-08-13 | chore(installer): capitalize the default option when reading user input | Arvin Sevilla | |
| 2023-07-11 | installer: match flaky installation logic | Michael Hoang | |
| 2022-08-16 | Add .nix-defexpr to NIX_PATH the way the NixOS module does | Malo Bourgon | |
| 2021-02-23 | darwin-[un]installer: Don't reference deprecated stdenv.lib | Mario Rodas | |
| `stdenv.lib` has been deprecated, and the correct approach is to use `lib` directly through `pkgs.lib`. | |||
| 2020-12-21 | installer: move channel setup out of activation | Daiderd Jordan | |
| Fixes #234 | |||
| 2020-12-18 | installer: extend test with shell environment checks | Daiderd Jordan | |
| 2020-12-18 | installer: ensure /etc/static runs last | Daiderd Jordan | |
| In the case that nix-darwin was installed for a single user installation and later nix gets reinstalled with the daemon it's possible that nix-daemon.sh loads afterwards, resulting in unexpected behaviour. | |||
| 2020-08-26 | Merge pull request #215 from basvandijk/installer-correct-referencees | Daiderd Jordan | |
| darwin-[un]installer: make sure all dependencies are part of the closure | |||
| 2020-08-26 | Fix typo | Alexandre Esteves | |
| 2020-08-21 | darwin-[un]installer: make sure all dependencies are part of the closure | Bas van Dijk | |
| This makes sure the `darwin-installer` and `darwin-uninstaller` packages can be nix copied to any target and reliably be executed there. | |||
| 2020-06-17 | darwin-installer: configure zsh | Daiderd Jordan | |
| 2020-05-17 | Only enable `services.nix-daemon` when no config is present upon install | James Ottaway | |
| 2019-12-14 | darwin-installer: add missing shebang | Daiderd Jordan | |
| Unclear in which conditions this does or doesn't work but using a shebang is best practice and ensures an ancient version of bash isn't used. Fixes #179 | |||
| 2019-07-01 | installer: detect multi-user install | Daiderd Jordan | |
| 2019-06-25 | darwin-installer: use --show-trace | Domen Kožar | |
| This saved me some debugging | |||
| 2018-10-26 | installer: include channels in bootstrap NIX_PATH | Daiderd Jordan | |
| 2018-10-26 | installer: don't use pure PATH for editor | Daiderd Jordan | |
| For the rest of the installer we want to make sure nothing installed by the user interferes, however a user's editor might be installed anywhere. | |||
| 2018-09-14 | installer: prefer nix from default profile | Daiderd Jordan | |
| Using a nix 2.1 nix-channel/nix-env with a 2.0 nix-daemon doesn't work because the buildenv implementation was moved to the daemon. This means the nix version of the target darwin system can't be used because the daemon isn't upgraded yet. error: unsupported builtin function 'buildenv' | |||
| 2018-08-01 | activation: fix missing /sbin entries in PATH | Daiderd Jordan | |
| 2018-06-29 | fixup! installer and activation: Sanitise PATH | Kirill Elagin | |
| 2018-06-29 | installer and activation: Sanitise PATH | Kirill Elagin | |
| This makes sure that the installation and activation processes are “pure”, i.e. they use only binaries from nixpkgs or ones that come with macOS. Closes #86. | |||
| 2018-06-29 | installer: Bring our own `nix-instantiate` | Kirill Elagin | |
| 2018-04-14 | installer: make configuration writable | Daiderd Jordan | |
| If the installer is built from a channel or url the example is copied from the store and won't have write permissions. | |||
| 2018-01-24 | installer: fallback to a default editor | Daiderd Jordan | |
| 2018-01-17 | installer: add post check | Daiderd Jordan | |
| 2018-01-16 | uninstaller: add header | Daiderd Jordan | |
| 2018-01-16 | installer: fix editor check | Daiderd Jordan | |
| 2018-01-14 | installer: ask to edit configuration before installing | Daiderd Jordan | |
| This is skipped when stdin is not a tty, unlike the other interactive parts that look at stdout. | |||
| 2018-01-13 | installer: add --check flag | Daiderd Jordan | |
| 2018-01-13 | installer: init | Daiderd Jordan | |
