chore(tools): Add nixos-compose and expose default config

This commit is contained in:
DashieTM 2025-09-07 21:34:28 +02:00
parent a2adc26e58
commit 55b55f7133
4 changed files with 10 additions and 3 deletions

View file

@ -51,6 +51,8 @@
# absolute insanity
chaoticNyx.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
compose.url = "github:garnix-io/nixos-compose";
};
outputs = {self, ...} @ inputs: let
@ -113,5 +115,6 @@
unstablePkgs = unstable;
modules = ./modules;
iso = dashNixLib.buildIso.config.system.build.isoImage;
nixosConfigurations = dashNixLib.buildSystems {root = ./example/.;};
};
}