Skip to content

Commit

Permalink
[nix] add JEXTRACT_INSTALL_PATH env
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Sep 9, 2024
1 parent 805d53e commit ff6792b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nix/t1/mill-modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ let
dependencies.setupHook
];

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

outputs = [ "out" "configgen" "elaborator" "t1package" ];

Expand Down
1 change: 1 addition & 0 deletions nix/t1/omreader.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ let
];

env = {
JEXTRACT_INSTALL_PATH = jextract-21;
CIRCT_INSTALL_PATH = circt-full;
JAVA_TOOL_OPTIONS = "--enable-preview";
};
Expand Down

0 comments on commit ff6792b

Please sign in to comment.