From 043b262fb2761c4b9fa6af8f12f1ec9ad1c65590 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 5 Nov 2024 09:36:41 -0600 Subject: [PATCH] removed peazip and tailspin due to compilation errors. --- nixos/home/jahanson/workstation.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/home/jahanson/workstation.nix b/nixos/home/jahanson/workstation.nix index 9e4e07d..11d629e 100644 --- a/nixos/home/jahanson/workstation.nix +++ b/nixos/home/jahanson/workstation.nix @@ -53,7 +53,6 @@ in unstable.httpie unstable.jetbrains.datagrip unstable.jetbrains.rust-rover - unstable.peazip unstable.seabird unstable.talosctl # overlay override unstable.telegram-desktop @@ -73,7 +72,6 @@ in unstable.act # run GitHub actions locally unstable.kubebuilder # k8s controller development unstable.nodePackages_latest.prettier # code formatter - unstable.tailspin # logfile highlighter coderMainline # VSCode in the browser -- has overlay ]; };