Skip to content

Commit

Permalink
update openlane 2 again
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Apr 28, 2024
1 parent 9122d8f commit c58d902
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions docker/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,16 @@ in (createDockerImage {
autoload -U compinit && compinit
autoload -U promptinit && promptinit && prompt suse && setopt prompt_sp
autoload -U colors && colors
export PATH="/openlane:${openlane1.computed_PATH}:\''$PATH"
export PS1=$'%{\033[31m%}OpenLane Container%{\033[0m%}:%{\033[32m%}%~%{\033[0m%}%% ';
HEREDOC
'';
image-config-cwd = "/openlane";
image-config-cmd = ["${zsh}/bin/zsh"];
image-config-extra-path = [
"/openlane"
openlane1.computed_PATH
];
image-config-extra-env = [
"LANG=C.UTF-8"
"LC_ALL=C.UTF-8"
Expand Down
4 changes: 2 additions & 2 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c58d902

Please sign in to comment.