flake: adds homebrew-core and homebrew-cask

This commit is contained in:
ahwx 2026-02-05 13:21:41 +01:00
parent 125c6ef98f
commit 4965bf7ebf
2 changed files with 45 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{
description = "liv's NixOS configuration";
description = "liv's Nix configuration";
inputs = {
alejandra.url = "github:kamadorueda/alejandra/3.0.0";
@ -25,6 +25,16 @@
nix-darwin.url = "github:nix-darwin/nix-darwin/master";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
nix-homebrew.url = "github:zhaofengli/nix-homebrew";
homebrew-core = {
url = "github:homebrew/homebrew-core";
flake = false;
};
homebrew-cask = {
url = "github:homebrew/homebrew-cask";
flake = false;
};
};
outputs =