Skip to content

Commit

Permalink
Run user's current shell instead of bash
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed Apr 11, 2024
1 parent 8739f39 commit fc68044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/opentitan.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,7 @@ in
"--symlink ${pkgs.openssl.out}/etc/ssl/openssl.cnf /etc/ssl/openssl.cnf"
"--symlink /etc/ssl/certs/ca-certificates.crt /etc/ssl/cert.pem"
];

runScript = "\${SHELL:-bash}";
})
.env

0 comments on commit fc68044

Please sign in to comment.