feat(nix): add marpa as binary cache for Nix

This commit is contained in:
2026-05-01 15:23:17 +02:00
parent 06519d555b
commit fbb581105b
6 changed files with 60 additions and 14 deletions

View File

@@ -165,7 +165,7 @@
};
marpa = nixpkgs.lib.nixosSystem {
inherit specialArgs;
modules = withSystemModules ./hosts/marpa/configuration.nix;
modules = withSystemModules ./hosts/marpa;
};
NaroMk3 = nixpkgs.lib.nixosSystem {
inherit specialArgs;