From ddd995d1fd0a9aa67d93cb427514dc58c9d0d450 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Fri, 20 Dec 2019 20:08:58 +0100 Subject: [PATCH] devcontainer: remove sudo sudo is not needed in the end --- images/devcontainer/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/images/devcontainer/default.nix b/images/devcontainer/default.nix index 646b9e5..13e272b 100644 --- a/images/devcontainer/default.nix +++ b/images/devcontainer/default.nix @@ -1,8 +1,4 @@ # A fat and modifiable Nix image -# -# TODO: create a suid wrapper for sudo. - -# sudo: setrlimit(RLIMIT_CORE): Operation not permitted { dockerTools , closureInfo , bashInteractive @@ -21,7 +17,6 @@ , openssh , sedutil , shadow -, sudo , xz , mkUserEnvironment }: @@ -48,7 +43,6 @@ let # for user management shadow - sudo # for the vscode extension gcc-unwrapped