up
This commit is contained in:
17
flake.nix
17
flake.nix
@@ -11,20 +11,23 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";
|
||||
homebrew-core.url = "github:homebrew/homebrew-core";
|
||||
homebrew-core = {
|
||||
url = "github:homebrew/homebrew-core";
|
||||
flake = false;
|
||||
};
|
||||
homebrew-cask = {
|
||||
url = "github:homebrew/homebrew-cask";
|
||||
flake = false;
|
||||
};
|
||||
homebrew-axe = {
|
||||
url = "github:cameroncooke/homebrew-axe";
|
||||
flake = false;
|
||||
};
|
||||
disko = {
|
||||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixvim.url = "github:nix-community/nixvim";
|
||||
secrets = {
|
||||
url = "git+ssh://git@github.com/cschmatzler/nixos-config-secrets.git";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs @ {flake-parts, ...}:
|
||||
@@ -59,9 +62,9 @@
|
||||
taps = {
|
||||
"homebrew/homebrew-core" = inputs.homebrew-core;
|
||||
"homebrew/homebrew-cask" = inputs.homebrew-cask;
|
||||
"cameroncooke/axe" = inputs.homebrew-axe;
|
||||
};
|
||||
mutableTaps = false;
|
||||
autoMigrate = true;
|
||||
mutableTaps = true;
|
||||
};
|
||||
}
|
||||
./hosts/darwin/${hostname}
|
||||
|
||||
Reference in New Issue
Block a user