summary refs log tree commit diff
path: root/modules/common.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-06-10 16:40:55 +0200
committerMel <mel@rnrd.eu>2025-06-10 16:40:55 +0200
commit015cf174aeb0436fece18112bea095ea6cc2100b (patch)
tree27dba19780c3cadb6e5ac567ac8e316a5a1b5d6e /modules/common.nix
parente5ed1cf72b5719e22765dbdc50b015b104fe9c3d (diff)
downloadminerals-015cf174aeb0436fece18112bea095ea6cc2100b.tar.zst
minerals-015cf174aeb0436fece18112bea095ea6cc2100b.zip
Switch and disable broken packages for 25.05
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 28129db..8889b4f 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -80,7 +80,7 @@
     gnupg pinentry-gnome3 age agenix minisign openssl cryptsetup pamtester
     inetutils pciutils usbutils lshw lsof inxi iw pmutils acpi acpid
     minicom miniserve netcat-gnu socat tcpdump nmap iftop iperf mtr arp-scan ethtool
-    sysprof wireshark mitmproxy hardinfo remmina
+    sysprof wireshark mitmproxy hardinfo2 remmina
     vlc celluloid foliate calibre
     yt-dlp ffmpeg_7-full handbrake mpv helvum
     gimp krita aseprite rnote fontforge-gtk
@@ -120,7 +120,9 @@
 
     man-pages man-pages-posix
   ]) ++ (with auxiliaryPkgs; [
-    ghidra ngfx retroarch wine
+    # TODO: need fixes for 25.05
+    # ghidra retroarch wine
+    ngfx
   ]);
 
   environment.etc.openvpn.source = "${pkgs.update-resolv-conf}/libexec/openvpn";