diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2024-11-09 20:51:18 +1100 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2024-11-09 21:51:15 +1100 |
| commit | 534ca06930039a616934b6d9dd8316e8df799622 (patch) | |
| tree | 78a7ef3a790d41a7739034150950e0ccd36a3273 /modules/examples/flake | |
| parent | 293589065dd0f6bbfd6f83fcdc4f2d74543337c9 (diff) | |
docs: use `nix-darwin` instead of `Darwin`
Diffstat (limited to 'modules/examples/flake')
| -rw-r--r-- | modules/examples/flake/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/flake/flake.nix b/modules/examples/flake/flake.nix index e6eaefc..bd733bd 100644 --- a/modules/examples/flake/flake.nix +++ b/modules/examples/flake/flake.nix @@ -1,5 +1,5 @@ { - description = "Example Darwin system flake"; + description = "Example nix-darwin system flake"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; |
