riscbert: use nixos-unstable

This commit is contained in:
Astro 2022-10-13 20:03:37 +02:00
parent f17047d161
commit c8431bbaf0
1 changed files with 7 additions and 1 deletions

View File

@ -905,8 +905,14 @@
modules = [
nixos-hardware.nixosModules.starfive-visionfive-v1
./hosts/riscbert
{ nixpkgs.crossSystem.config = "riscv64-unknown-linux-gnu"; }
{
nixpkgs.crossSystem = {
config = "riscv64-unknown-linux-gnu";
system = "riscv64-linux";
};
}
];
nixpkgs = nixos-unstable;
system = "x86_64-linux";
};