From c4e555842d79e9abd2a432c4fa9eb6722b214141 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 12 Aug 2023 17:22:05 -0400 Subject: hosts: nixinate -> deploy-rs --- hosts/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'hosts/default.nix') diff --git a/hosts/default.nix b/hosts/default.nix index a3340b5..f1ff518 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -48,13 +48,9 @@ nixosModules.getchoo = import ../modules/nixos; darwinModules.getchoo = import ../modules/darwin; - packages.x86_64-linux.turret = withSystem "x86_64-linux" ({pkgs, ...}: + openwrt.turret = withSystem "x86_64-linux" ({pkgs, ...}: pkgs.callPackage ./turret { inherit (inputs) openwrt-imagebuilder; }); }; - - perSystem = {system, ...}: { - apps = (inputs.nixinate.nixinate.${system} self).nixinate; - }; } -- cgit v1.2.3