From 90b0e5f440160f54cb4f1f08372e1be554e10873 Mon Sep 17 00:00:00 2001 From: James Chen-Smith Date: Fri, 2 Sep 2022 10:55:06 -0500 Subject: [PATCH] flake: correct nix-darwin flake description Corrects copy/paste mistake in the nix-darwin flake description. --- docs/nix-flakes.adoc | 2 +- templates/nix-darwin/flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/nix-flakes.adoc b/docs/nix-flakes.adoc index 412dafa6..e08bafa4 100644 --- a/docs/nix-flakes.adoc +++ b/docs/nix-flakes.adoc @@ -200,7 +200,7 @@ is similar to that of NixOS. The `flake.nix` would be: [source,nix] ---- { - description = "NixOS configuration"; + description = "Darwin configuration"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; diff --git a/templates/nix-darwin/flake.nix b/templates/nix-darwin/flake.nix index 85b1db41..ff73efd8 100644 --- a/templates/nix-darwin/flake.nix +++ b/templates/nix-darwin/flake.nix @@ -1,5 +1,5 @@ { - description = "NixOS configuration"; + description = "Darwin configuration"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";