From 4044e42e5825220a6e8a45c1e6990211adba2dba Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 12 Mar 2024 17:29:08 +0100 Subject: [PATCH] fix: typo --- pkgs/clan-cli/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-cli/default.nix b/pkgs/clan-cli/default.nix index 2b256e8c..c2361515 100644 --- a/pkgs/clan-cli/default.nix +++ b/pkgs/clan-cli/default.nix @@ -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 '';