flake: add 'flake-parts'

This commit is contained in:
Bruno BELANYI 2023-03-08 17:41:00 +00:00
parent 84fc1601c5
commit 92438d35f6
2 changed files with 33 additions and 0 deletions

View file

@ -11,6 +11,16 @@
};
};
flake-parts = {
type = "github";
owner = "hercules-ci";
repo = "flake-parts";
ref = "main";
inputs = {
nixpkgs-lib.follows = "nixpkgs";
};
};
futils = {
type = "github";
owner = "numtide";
@ -60,6 +70,7 @@
inputs @
{ self
, agenix
, flake-parts
, futils
, home-manager
, nixpkgs