summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-20 22:21:45 -0400
committerseth <[email protected]>2023-04-20 22:21:45 -0400
commit3066f766ece62acd9b9897082dba28be87889dc1 (patch)
tree9c6d3d1a25ab1a2ac9211be2e482694516c1a187 /flake.nix
parenteb3f9e87435be5941278d819351bac0ece172051 (diff)
fix path to turret
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 63e969b..9319a7a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -123,7 +123,7 @@
packages.x86_64-linux = let
pkgs = import nixpkgs {system = "x86_64-linux";};
in {
- turret = pkgs.callPackage ./hosts/turret {inherit openwrt-imagebuilder;};
+ turret = pkgs.callPackage ./hosts/_turret {inherit openwrt-imagebuilder;};
};
};
}