From 36394ceaf075bf724db58c2d4bdec5f584402068 Mon Sep 17 00:00:00 2001 From: Michael Huebner Date: Mon, 16 Jun 2025 08:08:34 +0200 Subject: [PATCH] Add inetutils --- shared/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/system.nix b/shared/system.nix index 51ca382..3694fad 100644 --- a/shared/system.nix +++ b/shared/system.nix @@ -13,6 +13,7 @@ experimental-features = [ "nix-command" "flakes" + "inetutils" ]; }; };