diff options
| author | Chris Wells <chris@mathematicaster.org> | 2025-10-23 10:26:01 -0500 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2025-10-23 10:26:01 -0500 |
| commit | c5f9420f4d111cccf4dc1bcc3ec35e75f68926e1 (patch) | |
| tree | cdac0844cf5d94fb8ad872f02bc722db4c170326 | |
| parent | aff5efe43bc4e526a11aa0af2bf1dfaece9df3f3 (diff) | |
| download | weznix-c5f9420f4d111cccf4dc1bcc3ec35e75f68926e1.tar weznix-c5f9420f4d111cccf4dc1bcc3ec35e75f68926e1.tar.gz weznix-c5f9420f4d111cccf4dc1bcc3ec35e75f68926e1.tar.bz2 weznix-c5f9420f4d111cccf4dc1bcc3ec35e75f68926e1.tar.lz weznix-c5f9420f4d111cccf4dc1bcc3ec35e75f68926e1.tar.xz weznix-c5f9420f4d111cccf4dc1bcc3ec35e75f68926e1.tar.zst weznix-c5f9420f4d111cccf4dc1bcc3ec35e75f68926e1.zip | |
And, of course, I made another
| -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} |
