feat: shoukei - add x64 support via binfmt

This commit is contained in:
Ryan Yin
2025-07-26 09:34:08 +08:00
parent 4bb92855e7
commit 18cabc994c
2 changed files with 9 additions and 0 deletions

View File

@@ -26,6 +26,13 @@
# To use chrome, we need to allow the installation of non-free software
config.allowUnfree = true;
};
pkgs-x64 = import nixpkgs {
system = "x86_64-linux";
# To use chrome, we need to allow the installation of non-free software
config.allowUnfree = true;
};
};
# This is the args for all the haumea modules in this folder.