🗑️」 clean: cleaned project.

This commit is contained in:
2025-08-11 14:17:41 +02:00
parent b806b1bcd0
commit 8c533e2741
5 changed files with 6 additions and 152 deletions

View File

@ -55,22 +55,6 @@
apps = forEachSupportedSystem (
{ pkgs, system }:
{
virtualBoyy =
let
scriptName = "run-virtualBoyy-vm";
script = pkgs.writeShellScriptBin "${scriptName}" ''
${self.packages.${system}.virtualBoyy { mount-enabled = true; }}/bin/run-virtualBoyy-vm \
-enable-kvm \
-m 8G \
-smp 4 \
-virtfs local,path=$(${pkgs.coreutils}/bin/pwd),mount_tag=host0,security_model=mapped-xattr,id=host0
'';
in
{
type = "app";
program = "${script}/bin/${scriptName}";
};
virtualBoyy-headless =
let
scriptName = "run-virtualBoyy-vm-headless";
@ -80,7 +64,7 @@
-nographic \
-m 8G \
-smp 4 \
-virtfs local,path=$(${pkgs.coreutils}/bin/pwd),mount_tag=host0,security_model=mapped-xattr,id=host0
-virtfs local,path=$(${pkgs.coreutils}/bin/pwd),mount_tag=host0,id=host0,security_model=none
'';
in
{