From 700c9a19cfcc2a75b1187d5ee365a57ce3d39c23 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 11 Feb 2026 16:53:10 -0500 Subject: [PATCH] devenv: ghostty + fish + timg + nushell --- default.nix | 20 ++++++++++++++++++++ etc/hostubuntu/libEGL_nvidia.so | 1 - 2 files changed, 20 insertions(+), 1 deletion(-) delete mode 120000 etc/hostubuntu/libEGL_nvidia.so 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