From 874a58f74dea0ee6aa775f43f688e8397bc8cfb5 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 29 Dec 2023 06:37:22 -0500 Subject: systems: nixinate works again --- systems/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'systems/default.nix') diff --git a/systems/default.nix b/systems/default.nix index 47f6bf6..bdfaee0 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -28,8 +28,6 @@ mapNixOS = mapSystems inputs.nixpkgs.lib.nixosSystem; inherit (import ./common.nix {inherit inputs self;}) darwin nixos server; in { - imports = [./deploy.nix]; - flake = { darwinConfigurations = mapDarwin { caroline = { @@ -78,4 +76,8 @@ in { inherit (inputs) openwrt-imagebuilder; }); }; + + perSystem = {system, ...}: { + apps = (inputs.nixinate.nixinate.${system} self).nixinate; + }; } -- cgit v1.2.3