summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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;};
};
};
}