Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
Now /etc/passwd does not include actual one, especially in container
But that makes me afraid
  • Loading branch information
kachick committed Jun 27, 2023
1 parent e386674 commit c9d9b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/bootstrap.bash
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit c9d9b1b

Please sign in to comment.