Merge pull request 'fix: typo' (#942) from a-kenji-fix/devshell into main
Some checks failed
checks / checks (push) Successful in 35s
checks / check-links (push) Successful in 20s
checks / checks-impure (push) Has been cancelled

This commit is contained in:
clan-bot 2024-03-12 18:37:21 +00:00
commit 9b51dc7b4d

View File

@ -178,7 +178,7 @@ python3.pkgs.buildPythonApplication {
<(${argcomplete}/bin/register-python-argcomplete --shell fish clan) <(${argcomplete}/bin/register-python-argcomplete --shell fish clan)
''; '';
# Don't leak python packages into a devshell. # Don't leak python packages into a devshell.
# It can be very confusing if you `nix run` than load the cli from the devshell instead. # It can be very confusing if you `nix run` then load the cli from the devshell instead.
postFixup = '' postFixup = ''
rm $out/nix-support/propagated-build-inputs rm $out/nix-support/propagated-build-inputs
''; '';