Updated inputs, set nix-homebrew to follow inputs

This includes setting nix-homebrew to follow nix-darwin and nixpkgs and
then running `nix flake update`.
This commit is contained in:
Gene Liverman 2025-01-07 12:08:18 -05:00
parent a887a08e6e
commit 8fe51d2e2d
2 changed files with 47 additions and 120 deletions

View file

@ -44,7 +44,11 @@
nix-flatpak.url = "github:gmodena/nix-flatpak"; # unstable branch. Use github:gmodena/nix-flatpak/?ref=<tag> to pin releases.
# Manage Homebrew itself
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";
nix-homebrew = {
url = "github:zhaofengli-wip/nix-homebrew";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nix-darwin.follows = "nix-darwin";
};
nixos-cosmic = {
url = "github:lilyinstarlight/nixos-cosmic";