diff --git a/default.nix b/default.nix index 481dd59a..13c087a7 100644 --- a/default.nix +++ b/default.nix @@ -59,6 +59,20 @@ let }); }; + # ghostty tests require ptys + ghostty-overlay = self: super: { + ghostty = super.ghostty.overrideAttrs (old: { + doCheck = false; + }); + }; + + # fish tests require ptys + fish-overlay = self: super: { + fish = super.fish.overrideAttrs (old: { + doCheck = false; + }); + }; + # # nixGL not present in my nixpkgs snapshot # nixgl-overlay = self: super: { # nixGL = import (self.fetchFromGitHub { @@ -192,6 +206,8 @@ let swtpm-overlay mailutils-overlay notmuch-overlay + ghostty-overlay + fish-overlay # nixgl-overlay # llvm-overlay xo-overlay @@ -240,6 +256,10 @@ let pkgs.emacsPackages.notmuch pkgs.inconsolata-lgc pkgs.fontconfig + pkgs.ghostty + pkgs.timg + pkgs.fish + pkgs.nushell ]; # xo general-purpose devutils diff --git a/etc/hostubuntu/libEGL_nvidia.so b/etc/hostubuntu/libEGL_nvidia.so deleted file mode 120000 index 543858c6..00000000 --- a/etc/hostubuntu/libEGL_nvidia.so +++ /dev/null @@ -1 +0,0 @@ -libEGL_nvidia.so.580.95.05 \ No newline at end of file