flake: add 'flake-parts'
This commit is contained in:
parent
84fc1601c5
commit
92438d35f6
2 changed files with 33 additions and 0 deletions
11
flake.nix
11
flake.nix
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue