From e1f58ae17bb8d3de1112f05d58f0538a7342b2eb Mon Sep 17 00:00:00 2001 From: isabel Date: Fri, 17 Jan 2025 09:04:27 +0000 Subject: [PATCH] chore: move nix-homebrew back to the orginal --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index d4cd5c01..389723e3 100755 --- a/flake.nix +++ b/flake.nix @@ -191,9 +191,8 @@ homebrew = { type = "github"; - owner = "isabelroses"; + owner = "zhaofengli"; repo = "nix-homebrew"; - ref = "chore-drop-fu"; inputs = { nixpkgs.follows = "nixpkgs";