fix: typo
All checks were successful
checks / check-links (pull_request) Successful in 22s
checks / checks (pull_request) Successful in 36s
checks / checks-impure (pull_request) Successful in 1m51s

This commit is contained in:
a-kenji 2024-03-12 17:29:08 +01:00
parent 29012304c0
commit 4044e42e58

View File

@ -178,7 +178,7 @@ python3.pkgs.buildPythonApplication {
<(${argcomplete}/bin/register-python-argcomplete --shell fish clan)
'';
# 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 = ''
rm $out/nix-support/propagated-build-inputs
'';