From 04a84923ef95925daf98fd205ab810aebe1268b2 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 10 Oct 2024 15:18:16 +0100 Subject: [PATCH] Fix typo --- nix/macOS/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/macOS/flake.nix b/nix/macOS/flake.nix index 1d85339c..77512674 100644 --- a/nix/macOS/flake.nix +++ b/nix/macOS/flake.nix @@ -15,7 +15,7 @@ }; # Fix an issue where home-manager apps are not indexed on Spotlight - mac-app-util.url = { + mac-app-util = { url = "github:hraban/mac-app-util"; inputs.nixpkgs.follows = "nixpkgs"; };