| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-09 | fix: use short hostname as flake attribute name | Łukasz Niemier | |
| 2021-05-26 | Merge pull request #304 from aaschmid/configurable.brew.path | Daiderd Jordan | |
| homebrew: make brew path configurable | |||
| 2021-05-26 | homebrew: make brew path configurable | Andreas Schmid | |
| Signed-off-by: Andreas Schmid <service@aaschmid.de> | |||
| 2021-05-26 | Merge pull request #330 from cormacrelf/patch-1 | Daiderd Jordan | |
| List the configuration file location in README | |||
| 2021-05-26 | Merge pull request #332 from jfchevrette/patch-1 | Daiderd Jordan | |
| change inner double quotes to single quotes | |||
| 2021-05-26 | Merge pull request #312 from tricktron/fix-install-flake-github-action | Daiderd Jordan | |
| Fixes install flake GitHub action | |||
| 2021-05-12 | change inner double quotes to single quotes | Jean-Francois Chevrette | |
| 2021-05-04 | List the configuration file location in README | Cormac Relf | |
| I don't have unlimited time to read through the manual installation instructions just to see where the config file goes when I forget. It's not great either that the first line of the README has a path that means nothing at all on macOS. That could be better too but I'm not going to update the project's top tagline in a PR. | |||
| 2021-04-06 | Merge pull request #308 from hardselius/master | Daiderd Jordan | |
| Fix nix flake info error | |||
| 2021-03-26 | Adds `GITHUB_TOKEN` due to rate limiting | Thibault Gagnaux | |
| 2021-03-26 | Uses nix flakes as described ↵ | Thibault Gagnaux | |
| [here](https://github.com/cachix/install-nix-action) | |||
| 2021-03-23 | Add nix flags to subcommand test | Martin Hardselius | |
| This change removes the need for having experimental-features = nix-command flakes in nix.conf. It should also work outside of flake directories. | |||
| 2021-03-22 | Make nix flake info fix backwards compatible | Martin Hardselius | |
| This change handles previous nix versions by testing for the presence of the `metadata` subcommand and falling back on the `info` subcommand if it does not exist. | |||
| 2021-03-22 | Merge pull request #305 from marsam/add-spotifyd-module | Daiderd Jordan | |
| spotifyd: add spotifyd service | |||
| 2021-03-22 | Merge pull request #299 from marsam/do-not-use-stdenv.lib | Daiderd Jordan | |
| darwin-[un]installer: Don't reference deprecated stdenv.lib | |||
| 2021-03-21 | Fix nix flake info error | Martin Hardselius | |
| Fixes "error: 'info' is not a recognised command'" Issue: #307 | |||
| 2021-03-11 | spotifyd: add spotifyd service | Mario Rodas | |
| 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`. | |||
| 2021-02-17 | users: migrate nixbld -> _nixbld | Daiderd Jordan | |
| According to some investigation creating "role" accounts avoids migration problems when upgrading to certain macOS versions, so create the build users to match that definition and remove the old ones if present. Role accounts require name starting with _ and UID in 200-400 range | |||
| 2021-02-17 | Merge pull request #262 from malob/brew-bundle | Daiderd Jordan | |
| Add Homebrew Bundle module | |||
| 2021-02-17 | Merge pull request #265 from sandhose/flake-registry | Daiderd Jordan | |
| Add nix.registry options | |||
| 2021-02-17 | Merge pull request #288 from r-burns/fish-fenv | Daiderd Jordan | |
| fish: fix fenv function path | |||
| 2021-02-17 | Merge pull request #292 from MaxSchlueter/fix-gnupg-agent | Daiderd Jordan | |
| Fix gnupg-agent being kept alive | |||
| 2021-02-14 | Fix gnupg-agent being kept alive | Max Schlueter | |
| The agent is restarted automatically after it has been launched successfully, this creates a lot of noise in the logs. This change reloads the agent only if it has crashed, i.e. returns with a non-zero exit code. | |||
| 2021-02-04 | fish: fix fenv function path | Ryan Burns | |
| 2021-02-04 | Merge pull request #283 from kevingriffin/fish-fenv-fix | Daiderd Jordan | |
| fish: fix fenv reference on 20.09 | |||
| 2021-01-30 | fish: fix fenv reference on 20.09 | Kevin Griffin | |
| Referring to the deprecated package first causes an error to be thrown before the correct package can be selected. | |||
| 2021-01-28 | Merge pull request #281 from hauleth/fix/dnsmasq-resolver-file | Daiderd Jordan | |
| Use separate config option to set port of DNSmasq | |||
| 2021-01-28 | Merge pull request #270 from kevingriffin/fish-environment-babelfish | Daiderd Jordan | |
| Native fish environment with babelfish | |||
| 2021-01-28 | fix: use separate config option to set port of DNSmasq | Łukasz Niemier | |
| Older approach seems to not work on macOS 11 Big Sur for some reason. | |||
| 2021-01-17 | fish: add babelfish translation option | Kevin Griffin | |
| Configuration may be ran through fenv at shell start time (as previously) or translated to fish at build time with a specified babelfish package. | |||
| 2021-01-16 | Fix indentation again | Malo Bourgon | |
| 2021-01-16 | Update changelog and fix indentation. | Malo Bourgon | |
| 2020-12-30 | Add options back in for setting global Homebrew variables | Malo Bourgon | |
| 2020-12-28 | Fix typo in homebrew module | Malo Bourgon | |
| Co-authored-by: Scott Day <services.github@probablyadev.com> | |||
| 2020-12-22 | nix.registry option | Quentin Gliech | |
| 2020-12-22 | installer: silence apfs.util output | Daiderd Jordan | |
| Passing incorrect flags prints help output to stdout so silence everything. Fixes #264 | |||
| 2020-12-21 | installer: move channel setup out of activation | Daiderd Jordan | |
| Fixes #234 | |||
| 2020-12-19 | installer: remove profile step | Daiderd Jordan | |
| 2020-12-19 | use --dry-run check to re-apply system patches | Daiderd Jordan | |
| 2020-12-19 | add flake build example to readme | Daiderd Jordan | |
| 2020-12-19 | Merge pull request #263 from LnL7/harden-installer | Daiderd Jordan | |
| Harden installer | |||
| 2020-12-18 | Add CHANGELOG entry | Malo Bourgon | |
| 2020-12-18 | Remove homebrew.userConfig options and cleanup docs | Malo Bourgon | |
| 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-12-17 | Move Homebrew installation check to activation script | Malo Bourgon | |
| 2020-12-17 | Make better use of optional(s) functions in homebrew module | Malo Bourgon | |
| 2020-12-17 | Move programs.brew-bundle to homebrew | Malo Bourgon | |
| 2020-12-14 | Change noAutoUpdate option to autoUpdate in brew-bundle module | Malo Bourgon | |
