Deduplicate some inputs
This commit is contained in:
parent
43f46c1fdc
commit
4f9349afce
2 changed files with 13 additions and 43 deletions
|
@ -11,9 +11,12 @@
|
|||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
homePage = {
|
||||
url = "github:dadada/dadada.li";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
recipemd = {
|
||||
url = "github:dadada/recipemd/nix-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix/0.13.0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue