mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-27 04:06:28 +01:00
deduplicate inputs
This commit is contained in:
parent
1b2f94b0db
commit
9427ff6b81
2 changed files with 27 additions and 81 deletions
10
flake.nix
10
flake.nix
|
|
@ -16,11 +16,15 @@
|
|||
attic = {
|
||||
url = "github:zhaofengli/attic";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs-stable.follows = "nixpkgs";
|
||||
inputs.flake-compat.follows = "flake-compat";
|
||||
};
|
||||
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.home-manager.follows = "home-manager";
|
||||
inputs.darwin.follows = "nix-darwin";
|
||||
};
|
||||
|
||||
fenix = {
|
||||
|
|
@ -31,6 +35,12 @@
|
|||
catppuccin = {
|
||||
url = "github:Stonks3141/ctp-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-compat.follows = "flake-compat";
|
||||
};
|
||||
|
||||
flake-compat = {
|
||||
url = "github:edolstra/flake-compat";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue