summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2024-11-09 20:51:18 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2024-11-09 21:51:15 +1100
commit534ca06930039a616934b6d9dd8316e8df799622 (patch)
tree78a7ef3a790d41a7739034150950e0ccd36a3273 /modules/examples
parent293589065dd0f6bbfd6f83fcdc4f2d74543337c9 (diff)
docs: use `nix-darwin` instead of `Darwin`
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/flake/flake.nix2
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";