mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 03:09:45 +01:00
flake: correct nix-darwin flake description
Corrects copy/paste mistake in the nix-darwin flake description.
(cherry picked from commit 90b0e5f440
)
This commit is contained in:
parent
50cee5be70
commit
44ca0df409
2 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@ is similar to that of NixOS. The `flake.nix` would be:
|
||||||
[source,nix]
|
[source,nix]
|
||||||
----
|
----
|
||||||
{
|
{
|
||||||
description = "NixOS configuration";
|
description = "Darwin configuration";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "NixOS configuration";
|
description = "Darwin configuration";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
|
Loading…
Reference in a new issue