mirror of
https://github.com/nix-community/home-manager
synced 2025-01-12 20:19:50 +01:00
241d2e6934
The example is missing a `;` which causes this error when you attempt
a `darwin-rebuild switch`.
```
error: syntax error, unexpected '=', expecting ';'
at /Users/968713/.nixpkgs/darwin-configuration.nix:17:30:
16| }
17| home-manager.users.eve = { pkgs, ... }: {
| ^
18| home.packages = [
```
(cherry picked from commit
|
||
---|---|---|
.. | ||
3rd-party | ||
contributing | ||
faq | ||
installation | ||
nix-flakes | ||
usage | ||
writing-modules | ||
3rd-party.md | ||
contributing.md | ||
faq.md | ||
installation.md | ||
manpage-urls.json | ||
manual.md | ||
nix-darwin-options.md | ||
nix-flakes.md | ||
nixos-options.md | ||
options.md | ||
preface.md | ||
usage.md | ||
writing-modules.md |