diff options
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/weznix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/weznix.nix b/pkgs/weznix.nix index 6e803b2..338ddf3 100644 --- a/pkgs/weznix.nix +++ b/pkgs/weznix.nix @@ -51,7 +51,7 @@ in wezterm.overrideAttrs ({ postInstall ? "", nativeBuildInputs ? [], buildInput buildInputs = buildInputs ++ extraPATH; - postInstall = bash + postInstall = # bash '' ${postInstall} |
