Skip to content

Nix Expressions for Altera(Intel) Quartus

Notifications You must be signed in to change notification settings

Mop-u/nix-quartus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-quartus

Nix Flake for Altera(Intel) Quartus.

These expressions are based on the expressions for Quartus found in Bjørn Forsman's nixos-config repository

This has only been tested on x86_64 Linux.

Building

Add this repo as an input to your flake

flake.nix

inputs = {
    # ...
    quartus.url = "github:Mop-u/nix-quartus";
    # ...
};

Then add the package as normal for the desired Quartus version. For example, to install the Lite Edition of Quartus Prime 18:

configuration.nix

environment.systemPackages = [
    # ...
    inputs.quartus.packages.${pkgs.system}.quartus-prime-lite-18
    # ...
];

About

Nix Expressions for Altera(Intel) Quartus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 100.0%