diff options
| author | seth <[email protected]> | 2023-06-08 23:19:43 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-06-08 23:19:43 -0400 |
| commit | 783e2c7635901b1661b2f0df34d2f4ed3184df87 (patch) | |
| tree | b8e68bb66ed82dc21a9d19df93556888998d640e /flake.nix | |
| parent | ffeee6fb3eae97e8b184ecb788e1982895615701 (diff) | |
reorganize flake input `follows`
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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: |
