Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
feat(flake): drop vf2 support until flutter supports riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed Apr 30, 2024
1 parent 8515abc commit 3ac1caa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@
qemu-aarch64 = mkQemu "aarch64-linux";
qemu-x86_64 = mkQemu "x86_64-linux";

starfive-visionfive-2 = mkSystem [
nixos-hardware.nixosModules.starfive-visionfive-2
"${nixos-hardware}/starfive/visionfive/v2/sd-image-installer.nix"
{ config.system.name = "starfive-visionfive-2"; }
] "riscv64-linux";

pine64-pinephone = mkMobileSystem "pine64-pinephone" "aarch64-linux";
};
};
Expand Down

0 comments on commit 3ac1caa

Please sign in to comment.