From ab3ea6d89795f0413b0e7a4b5c65bff989f7f284 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 28 Dec 2023 23:01:41 -0500 Subject: ci: make hydraJobs a bit neater --- systems/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems/default.nix') diff --git a/systems/default.nix b/systems/default.nix index 6ee78ad..47f6bf6 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -73,7 +73,7 @@ in { }; }; - openwrtConfigurations.turret = withSystem "x86_64-linux" ({pkgs, ...}: + legacyPackages.x86_64-linux.turret = withSystem "x86_64-linux" ({pkgs, ...}: pkgs.callPackage ./turret { inherit (inputs) openwrt-imagebuilder; }); -- cgit v1.2.3