This commit is contained in:
Christoph Schmatzler
2025-08-07 12:55:43 +02:00
parent f4b2d53c17
commit f6a33f03ad
3 changed files with 5 additions and 2 deletions

View File

@@ -12,7 +12,10 @@
};
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";
homebrew-core.url = "github:homebrew/homebrew-core";
homebrew-cask.url = "github:homebrew/homebrew-cask";
homebrew-cask = {
url = "github:homebrew/homebrew-cask";
flake = false;
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";