summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorMichael Hoang <Enzime@users.noreply.github.com>2024-11-09 11:27:47 +0000
committerGitHub <noreply@github.com>2024-11-09 11:27:47 +0000
commit5e9e8e7924279a9522357b01c5cbf9abe19c8a44 (patch)
tree78a7ef3a790d41a7739034150950e0ccd36a3273 /modules/examples
parent3c4a2b1150d2ffc3a37826c9f5bdaa64da13d56b (diff)
parent534ca06930039a616934b6d9dd8316e8df799622 (diff)
Merge pull request #1159 from Enzime/push-ksqroxyztptt
docs: misc fixes
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";