Skip to content

Commit

Permalink
hotfix: regression in nix/create-shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Oct 24, 2024
1 parent 1bfa43d commit 8451508
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nix/create-shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
}: let
openlane-env = (
python3.withPackages (pp:
with pp;
if include-openlane then [openlane] else openlane.propagatedBuildInputs
(if include-openlane then [openlane] else openlane.propagatedBuildInputs)
++ extra-python-packages
++ openlane-plugins)
);
Expand Down

0 comments on commit 8451508

Please sign in to comment.