From 09cd2ab46b921e3d94c8c5d9ce1d3f9c43994729 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Wed, 24 Jul 2024 12:55:50 -0700 Subject: [PATCH] Add missing nix-darwin input to example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c66ff428..040e70503 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Install and manage Determinate Nix. ```nix { inputs.nix.url = "https://flakehub.com/f/DeterminateSystems/nix/2.0"; + inputs.nix-darwin.url = "github:LnL7/nix-darwin"; outputs = { nix, nix-darwin, ... }: { darwinConfigurations.my-workstation-aarch64-darwin = nix-darwin.lib.darwinSystem {