From 7c6d3a653f5acf1d32836f3e72d2c24fe1485706 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 20 Aug 2026 09:17:08 -0700 Subject: [PATCH] Fix missing flake input in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed28480..d3750cd 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Here's an example nix-darwin configuration that would be compatible with Determi url = "https://flakehub.com/f/nix-darwin/nix-darwin/0"; inputs.nixpkgs.follows = "nixpkgs"; }; + determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/3"; }; outputs = { self, ... }@inputs: {