Skip to content

Commit

Permalink
bazelisk-env: add /run/user mount
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Sep 16, 2024
1 parent 63562b1 commit 1651bcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/bazelisk-env/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ buildFHSUserEnv {
"--ro-bind" "/run/systemd" "/run/systemd"
# several things, including dns
"--ro-bind" "/run/nscd" "/run/nscd"
# tmpdirs, screen, e,tc
"--ro-bind" "/run/user" "/run/user"
];

# for go build
Expand Down

0 comments on commit 1651bcc

Please sign in to comment.