feat: add elytra

This commit is contained in:
2025-09-26 09:46:57 -04:00
parent f3a34a5482
commit 92ea15f919
8 changed files with 200 additions and 28 deletions

View File

@@ -34,10 +34,15 @@
url = "github:terranix/terranix";
inputs.nixpkgs.follows = "nixpkgs";
};
elytrarides = {
url = "github:k2on/elytrarides";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, unstable, nixos-apple-silicon, home-manager
, plasma-manager, nixvim, sops-nix, terranix, ... }:
, plasma-manager, nixvim, sops-nix, terranix, elytrarides, ... }:
let
forAllSystems = function:
nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed
@@ -122,6 +127,7 @@
ark = let system = "x86_64-linux";
in unstable.lib.nixosSystem {
inherit system;
specialArgs = { inherit elytrarides; };
modules = [
./host/ark/default.nix
sops-nix.nixosModules.sops