From bf1a521290428f3357349040a5ff351582c6b531 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:15:38 +1000 Subject: [PATCH] flake: sort inputs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 648f13e..a810c31 100644 --- a/flake.nix +++ b/flake.nix @@ -13,9 +13,9 @@ agenix.inputs.systems.follows = "systems"; agenix.url = "github:ryantm/agenix"; buildbot-nix.inputs.flake-parts.follows = "flake-parts"; + buildbot-nix.inputs.hercules-ci-effects.follows = "hercules-ci-effects"; buildbot-nix.inputs.nixpkgs.follows = "nixpkgs"; buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix"; - buildbot-nix.inputs.hercules-ci-effects.follows = "hercules-ci-effects"; buildbot-nix.url = "github:nix-community/buildbot-nix"; cgroup-exporter.inputs.nixpkgs.follows = "nixpkgs"; cgroup-exporter.url = "github:arianvp/cgroup-exporter";