summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-06-08 23:19:43 -0400
committerseth <[email protected]>2023-06-08 23:19:43 -0400
commit783e2c7635901b1661b2f0df34d2f4ed3184df87 (patch)
treeb8e68bb66ed82dc21a9d19df93556888998d640e /flake.nix
parentffeee6fb3eae97e8b184ecb788e1982895615701 (diff)
reorganize flake input `follows`
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 7 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 5e0cee9..0f991ef 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,6 +23,7 @@
url = "github:edolstra/flake-compat";
flake = false;
};
+
flake-utils.url = "github:numtide/flake-utils";
flake-parts = {
@@ -44,13 +45,14 @@
hercules-ci-agent = {
url = "github:hercules-ci/hercules-ci-agent";
- inputs.flake-parts.follows = "flake-parts";
inputs.nixpkgs.follows = "nixpkgs";
+ inputs.flake-parts.follows = "flake-parts";
};
hercules-ci-effects = {
url = "github:hercules-ci/hercules-ci-effects";
inputs.nixpkgs.follows = "nixpkgs";
+ inputs.flake-parts.follows = "flake-parts";
inputs.hercules-ci-agent.follows = "hercules-ci-agent";
};
@@ -61,7 +63,6 @@
lanzaboote = {
url = "github:nix-community/lanzaboote";
- inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
inputs.flake-parts.follows = "flake-parts";
inputs.flake-utils.follows = "flake-utils";
@@ -96,7 +97,10 @@
inputs.flake-utils.follows = "flake-utils";
};
- ragenix.url = "github:yaxitech/ragenix";
+ ragenix = {
+ url = "github:yaxitech/ragenix";
+ inputs.flake-utils.follows = "flake-utils";
+ };
};
outputs = inputs: