From 98c4d924ddfca2e9c46e0a0e4d541ce7511d42c5 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 22 May 2023 13:50:34 +0200 Subject: [PATCH 1/5] Add ix to common packages --- common/main.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/main.nix b/common/main.nix index c7fc6ce..c991e63 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 + nix-diff ipmitool freeipmi ethtool lm_sensors ix ]; systemd.services."serial-getty@ttyS0" = { -- GitLab From 9539a24bdba3e84f90f7c7c11eef01f634cf74ea Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 22 May 2023 18:28:49 +0200 Subject: [PATCH 2/5] 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 c991e63..22d4d6b 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" = { -- GitLab From 5cfa2f9611fea0068601af689322039c6edb57ff Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 22 May 2023 18:31:48 +0200 Subject: [PATCH 3/5] Add gnumake 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 22d4d6b..78e13e0 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 cmake + nix-diff ipmitool freeipmi ethtool lm_sensors ix cmake gnumake ]; systemd.services."serial-getty@ttyS0" = { -- GitLab From 494fda126c33a218b004dff539531af1c3997fa7 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 22 May 2023 18:56:01 +0200 Subject: [PATCH 4/5] Add file 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 78e13e0..97c7673 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 cmake gnumake + nix-diff ipmitool freeipmi ethtool lm_sensors ix cmake gnumake file ]; systemd.services."serial-getty@ttyS0" = { -- GitLab From 5e77d0b86c26d10a38377350625ed588db384ad7 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 31 May 2023 17:06:09 +0200 Subject: [PATCH 5/5] Add tree command --- common/main.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/main.nix b/common/main.nix index 97c7673..d993956 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 cmake gnumake file + nix-diff ipmitool freeipmi ethtool lm_sensors ix cmake gnumake file tree ]; systemd.services."serial-getty@ttyS0" = { -- GitLab