From 783e2c7635901b1661b2f0df34d2f4ed3184df87 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 8 Jun 2023 23:19:43 -0400 Subject: reorganize flake input `follows` --- flake.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'flake.nix') 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: -- cgit v1.2.3