t14_legacy_config/shenvs/quartus.nix
2022-08-15 23:59:07 -06:00

8 lines
142 B
Nix

pkgs: {
paths = with pkgs; [
(pkgs.quartus-prime-lite.override {
supportedDevices = pkgs.lib.singleton "Cyclone V";
})
];
}