From 8fab1455c944d80d7872fb33b9d19d576371a04f Mon Sep 17 00:00:00 2001 From: Nick Boultbee Date: Mon, 2 Dec 2024 15:00:03 +0000 Subject: [PATCH] Fix iproute -> iproute2 --- images/devcontainer/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/devcontainer/default.nix b/images/devcontainer/default.nix index 3b993f6..342b2f1 100644 --- a/images/devcontainer/default.nix +++ b/images/devcontainer/default.nix @@ -14,7 +14,7 @@ , gnutar , gzip , iana-etc -, iproute +, iproute2 , less , lib , nix @@ -61,7 +61,7 @@ let (gcc-unwrapped // { outputs = builtins.filter (x: x != "libgcc") gcc-unwrapped.outputs; }) - iproute + iproute2 ]; };