diff options
| author | seth <[email protected]> | 2023-04-20 22:21:45 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-20 22:21:45 -0400 |
| commit | 3066f766ece62acd9b9897082dba28be87889dc1 (patch) | |
| tree | 9c6d3d1a25ab1a2ac9211be2e482694516c1a187 /flake.nix | |
| parent | eb3f9e87435be5941278d819351bac0ece172051 (diff) | |
fix path to turret
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;}; }; }; } |
