PTV build: legacy crossSystem

This commit is contained in:
2024-07-12 09:49:03 -04:00
parent 831a7bec45
commit 1be6d02fe6
2 changed files with 5 additions and 5 deletions

View File

@@ -66,10 +66,10 @@
./machines/ptv/configuration.nix
patch-8gb
{
# nixpkgs.crossSystem = {
# config = "riscv64-unknown-linux-gnu";
# system = "riscv64-linux";
# };
nixpkgs.crossSystem = {
config = "riscv64-unknown-linux-gnu";
system = "riscv64-linux";
};
}
];
};