Skip to content

Commit

Permalink
[nix] add JEXTRACT_INSTALL_PATH to env
Browse files Browse the repository at this point in the history
Signed-off-by: unlsycn <unlsycn@unlsycn.com>
  • Loading branch information
unlsycn committed Sep 14, 2024
1 parent a8708ff commit 860a531
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/chisel/nix/gcd/gcd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ let
projectDependencies.setupHook
];

env.CIRCT_INSTALL_PATH = circt-full;
env = {
CIRCT_INSTALL_PATH = circt-full;
JEXTRACT_INSTALL_PATH = jextract-21;
};

outputs = [ "out" "elaborator" ];

Expand Down

0 comments on commit 860a531

Please sign in to comment.