mirror of
https://github.com/zoriya/home-manager.git
synced 2025-12-06 06:16:09 +00:00
flake: correct nix-darwin flake description
Corrects copy/paste mistake in the nix-darwin flake description.
This commit is contained in:
committed by
Robert Helgesson
parent
e56714a057
commit
90b0e5f440
@@ -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";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
description = "NixOS configuration";
|
||||
description = "Darwin configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
Reference in New Issue
Block a user