t14_legacy_config/shenvs/quartus.nix

8 lines
142 B
Nix
Raw Normal View History

2022-08-16 07:59:07 +02:00
pkgs: {
paths = with pkgs; [
(pkgs.quartus-prime-lite.override {
supportedDevices = pkgs.lib.singleton "Cyclone V";
})
];
}