mac-app-util follows nixpkgs
This commit is contained in:
@@ -15,7 +15,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Fix an issue where home-manager apps are not indexed on Spotlight
|
# Fix an issue where home-manager apps are not indexed on Spotlight
|
||||||
mac-app-util.url = "github:hraban/mac-app-util";
|
mac-app-util.url = {
|
||||||
|
url = "github:hraban/mac-app-util";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ self, nix-darwin, nixpkgs, home-manager, mac-app-util }:
|
outputs = inputs@{ self, nix-darwin, nixpkgs, home-manager, mac-app-util }:
|
||||||
|
|||||||
Reference in New Issue
Block a user