flake: correct nix-darwin flake description

Corrects copy/paste mistake in the nix-darwin flake description.
This commit is contained in:
James Chen-Smith 2022-09-02 10:55:06 -05:00 committed by Robert Helgesson
parent e56714a057
commit 90b0e5f440
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -1,5 +1,5 @@
{
description = "NixOS configuration";
description = "Darwin configuration";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";