From faa11c9d45949922555bf82dda77804828193fa3 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 13 Dec 2023 15:39:09 -0500 Subject: systems: nixinate -> deploy-rs (again (again)) nixinate just hangs as of 163daad93da692fc280036b80f29ca9b65c005d4 --- systems/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'systems/default.nix') diff --git a/systems/default.nix b/systems/default.nix index c442d90..de2f9e1 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -28,6 +28,8 @@ mapNixOS = mapSystems inputs.nixpkgs.lib.nixosSystem; inherit (import ./common.nix {inherit inputs self;}) darwin nixos server; in { + imports = [./deploy.nix]; + flake = { darwinConfigurations = mapDarwin { caroline = { @@ -76,8 +78,4 @@ in { inherit (inputs) openwrt-imagebuilder; }); }; - - perSystem = {system, ...}: { - apps = (inputs.nixinate.nixinate.${system} self).nixinate; - }; } -- cgit v1.2.3