From 2bb3b2fc4ad4ca317cba3eeed273d53772504d52 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 15 Jul 2025 17:50:12 +0200 Subject: [PATCH] Remove package ix as it is gone Fails with: "error: ix has been removed from Nixpkgs, as the ix.io pastebin has been offline since Dec. 2023". Reviewed-by: Aleix Roca Nonell --- m/common/base/env.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/common/base/env.nix b/m/common/base/env.nix index e974a6c..e553050 100644 --- a/m/common/base/env.nix +++ b/m/common/base/env.nix @@ -3,7 +3,7 @@ { environment.systemPackages = with pkgs; [ vim wget git htop tmux pciutils tcpdump ripgrep nix-index nixos-option - nix-diff ipmitool freeipmi ethtool lm_sensors ix cmake gnumake file tree + nix-diff ipmitool freeipmi ethtool lm_sensors cmake gnumake file tree ncdu config.boot.kernelPackages.perf ldns pv # From bsckgs overlay osumb