summaryrefslogtreecommitdiff
path: root/systems/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/default.nix')
-rw-r--r--systems/default.nix14
1 files changed, 1 insertions, 13 deletions
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;
- };
- };
- });
}