Deduplicate some inputs

This commit is contained in:
Tim Schubert 2023-09-17 19:50:19 +02:00
parent 43f46c1fdc
commit 4f9349afce
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 13 additions and 43 deletions

View file

@ -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";