mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 15:50:30 +01:00
flake: adds homebrew-core and homebrew-cask
This commit is contained in:
parent
125c6ef98f
commit
4965bf7ebf
2 changed files with 45 additions and 1 deletions
12
flake.nix
12
flake.nix
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue