From 4eefbd763ab78dfa3a2134ba5972d4f03a5db431 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Tue, 24 Dec 2019 14:26:44 +0100 Subject: [PATCH] devcontainer: sedutil -> gnused might as well use GNU tools like on other Linux distros --- images/devcontainer/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/images/devcontainer/default.nix b/images/devcontainer/default.nix index 620e556..8bd9bb5 100644 --- a/images/devcontainer/default.nix +++ b/images/devcontainer/default.nix @@ -1,8 +1,8 @@ # A fat and modifiable Nix image { dockerTools -, closureInfo , bashInteractive , cacert +, closureInfo , coreutils , curl , direnv @@ -10,6 +10,7 @@ , gitReallyMinimal , glibc , gnugrep +, gnused , gnutar , gzip , iana-etc @@ -18,7 +19,6 @@ , nix , openssh , procps -, sedutil , shadow , xz , mkUserEnvironment @@ -33,6 +33,7 @@ let coreutils procps gnugrep + gnused # add /bin/sh bashInteractive @@ -54,8 +55,6 @@ let # for the vscode extension gcc-unwrapped iproute - sedutil - ]; };