diff options
| author | seth <[email protected]> | 2023-12-29 06:37:22 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-29 06:51:49 -0500 |
| commit | 874a58f74dea0ee6aa775f43f688e8397bc8cfb5 (patch) | |
| tree | 1862d97828161591498d5cd56c213096b740b720 /systems/default.nix | |
| parent | ebba4504d2faa0fed6ca8b2201243b9786f68b92 (diff) | |
systems: nixinate works again
Diffstat (limited to 'systems/default.nix')
| -rw-r--r-- | systems/default.nix | 6 |
1 files changed, 4 insertions, 2 deletions
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; + }; } |
