feat: Remove rpcs3 since it wont build

This commit is contained in:
uttarayan21
2025-06-25 21:16:51 +05:30
parent 92fe3261f9
commit 9c4d5a219d
6 changed files with 38 additions and 7 deletions

View File

@@ -333,6 +333,12 @@
};
};
installerImages = let
nixos = self.nixosConfigurations;
mkImage = nixosConfig: nixosConfig.config.system.build.sdImage;
in {
tsuba = mkImage nixos.tsuba;
};
deploy = import ./deploy.nix {inherit inputs self;};
inherit devices;
}