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";
};
}
];
};

View File

@@ -11,7 +11,7 @@ in {
systemd.services."getty@tty0".wantedBy = lib.mkDefault [ "getty.target" ];
system.stateVersion = "24.05";
nixpkgs.hostPlatform = "riscv64-linux";
# nixpkgs.hostPlatform = "riscv64-linux";
networking.hostName = "ptv";
nix.registry.nixpkgs.flake = inputs.nixpkgs-stable;
nix.settings.experimental-features = [ "nix-command" "flakes" ];