mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
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:
parent
a887a08e6e
commit
8fe51d2e2d
2 changed files with 47 additions and 120 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue