From c9d9b1bbd909e304fab517805a223e071d9cb711 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Wed, 28 Jun 2023 00:35:01 +0900 Subject: [PATCH] Remove debug code Now /etc/passwd does not include actual one, especially in container But that makes me afraid --- .devcontainer/bootstrap.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/bootstrap.bash b/.devcontainer/bootstrap.bash index a83970d3..196455e9 100755 --- a/.devcontainer/bootstrap.bash +++ b/.devcontainer/bootstrap.bash @@ -1,4 +1,4 @@ #!/usr/bin/env bash -whoami && id && cat /etc/passwd && ls -alh /nix && ls -alh . && \ +whoami && id && ls -alh /nix && ls -alh . && \ nix-shell --run 'direnv allow && makers setup'