mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -05:00
devcontainer: sedutil -> gnused
might as well use GNU tools like on other Linux distros
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# A fat and modifiable Nix image
|
# A fat and modifiable Nix image
|
||||||
{ dockerTools
|
{ dockerTools
|
||||||
, closureInfo
|
|
||||||
, bashInteractive
|
, bashInteractive
|
||||||
, cacert
|
, cacert
|
||||||
|
, closureInfo
|
||||||
, coreutils
|
, coreutils
|
||||||
, curl
|
, curl
|
||||||
, direnv
|
, direnv
|
||||||
@@ -10,6 +10,7 @@
|
|||||||
, gitReallyMinimal
|
, gitReallyMinimal
|
||||||
, glibc
|
, glibc
|
||||||
, gnugrep
|
, gnugrep
|
||||||
|
, gnused
|
||||||
, gnutar
|
, gnutar
|
||||||
, gzip
|
, gzip
|
||||||
, iana-etc
|
, iana-etc
|
||||||
@@ -18,7 +19,6 @@
|
|||||||
, nix
|
, nix
|
||||||
, openssh
|
, openssh
|
||||||
, procps
|
, procps
|
||||||
, sedutil
|
|
||||||
, shadow
|
, shadow
|
||||||
, xz
|
, xz
|
||||||
, mkUserEnvironment
|
, mkUserEnvironment
|
||||||
@@ -33,6 +33,7 @@ let
|
|||||||
coreutils
|
coreutils
|
||||||
procps
|
procps
|
||||||
gnugrep
|
gnugrep
|
||||||
|
gnused
|
||||||
|
|
||||||
# add /bin/sh
|
# add /bin/sh
|
||||||
bashInteractive
|
bashInteractive
|
||||||
@@ -54,8 +55,6 @@ let
|
|||||||
# for the vscode extension
|
# for the vscode extension
|
||||||
gcc-unwrapped
|
gcc-unwrapped
|
||||||
iproute
|
iproute
|
||||||
sedutil
|
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user