Skip to content

Commit

Permalink
extra env
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Oct 28, 2024
1 parent fa02faa commit acb8e2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nix/create-shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
{
extra-packages ? [],
extra-python-packages ? [],
extra-env ? [],
openlane-plugins ? [],
include-openlane ? true
include-openlane ? true,
}: ({
lib,
git,
Expand Down Expand Up @@ -62,7 +63,7 @@ in
name = "NIX_PYTHONPATH";
value = "${openlane-env-sitepackages}";
}
];
] ++ extra-env;
devshell.interactive.PS1 = {
text = ''PS1="${prompt}"'';
};
Expand Down

0 comments on commit acb8e2b

Please sign in to comment.