devcontainer: sedutil -> gnused
might as well use GNU tools like on other Linux distros
This commit is contained in:
parent
91703f92f2
commit
4eefbd763a
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue