diff options
| author | seth <[email protected]> | 2023-12-28 23:01:41 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-28 23:01:41 -0500 |
| commit | ab3ea6d89795f0413b0e7a4b5c65bff989f7f284 (patch) | |
| tree | a0170377a81b34f75a120d7889ab691f1d2d6741 /systems/default.nix | |
| parent | 0293681c28ff303b2842ad70e4c4ee7d49db9a6f (diff) | |
ci: make hydraJobs a bit neater
Diffstat (limited to 'systems/default.nix')
| -rw-r--r-- | systems/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; }); |
