From 550b9057a215eb46943fcae51b27632639ae46d5 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 29 Dec 2023 07:03:10 -0500 Subject: Revert "systems: nixinate works again" This reverts commit 874a58f74dea0ee6aa775f43f688e8397bc8cfb5. --- 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 bdfaee0..47f6bf6 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