From 1bf6747b3a0a322b3b251804de75bf22760be4fd Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 22 May 2023 18:28:49 +0200 Subject: [PATCH] Add cmake to system packages --- common/main.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/main.nix b/common/main.nix index c991e634..22d4d6b3 100644 --- a/common/main.nix +++ b/common/main.nix @@ -13,7 +13,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 + nix-diff ipmitool freeipmi ethtool lm_sensors ix cmake ]; systemd.services."serial-getty@ttyS0" = {