summaryrefslogtreecommitdiff
path: root/ext/openwrt/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-10 19:11:33 -0500
committerseth <[email protected]>2024-02-10 19:11:33 -0500
commit082dc5e828334f4ceae44a514c300cf7d015ca92 (patch)
tree61aba670a8fe82967497a57aecb8a3b597037dde /ext/openwrt/default.nix
parentf8d8753cd7cdf81e2a88abb4bcdf3739399eff5d (diff)
flakeModules/terranix: always use terranix.lib
why would i use anything else lol
Diffstat (limited to 'ext/openwrt/default.nix')
-rw-r--r--ext/openwrt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openwrt/default.nix b/ext/openwrt/default.nix
index 16f0fb9..dd163df 100644
--- a/ext/openwrt/default.nix
+++ b/ext/openwrt/default.nix
@@ -5,7 +5,7 @@
}: {
flake.legacyPackages.x86_64-linux = withSystem "x86_64-linux" ({pkgs, ...}: {
openWrtImages = {
- turret = pkgs.callPackage ./systems/turret {
+ turret = pkgs.callPackage ./turret {
inherit (inputs) openwrt-imagebuilder;
};
};