summaryrefslogtreecommitdiff
path: root/systems/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/default.nix')
-rw-r--r--systems/default.nix2
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;
});