From 3066f766ece62acd9b9897082dba28be87889dc1 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 20 Apr 2023 22:21:45 -0400 Subject: fix path to turret --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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;}; }; }; } -- cgit v1.2.3