From 5f848623dff7cbcd21911032e5fd4c77bcf7d413 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 4 Feb 2024 16:40:38 -0500 Subject: tree-wide: better separate/name some things --- systems/default.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'systems/default.nix') diff --git a/systems/default.nix b/systems/default.nix index 964df12..e0fa49b 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -1,8 +1,4 @@ -{ - withSystem, - inputs, - ... -}: { +{inputs, ...}: { imports = [./deploy.nix]; configurations = { @@ -38,12 +34,4 @@ }; }; }; - - flake.legacyPackages.x86_64-linux = withSystem "x86_64-linux" ({pkgs, ...}: { - openWrtImages = { - turret = pkgs.callPackage ./systems/turret { - inherit (inputs) openwrt-imagebuilder; - }; - }; - }); } -- cgit v1.2.3