FHSEnv: export /etc/shells

/etc/shells is often read by programs to determine which shells should be
provided. Fixes problems with extensions in vscode-fhs
main
Daniel Poelzleithner 2 years ago committed by Jonathan Ringer
parent fb52eefbe3
commit 9331c0c772
  1. 1
      pkgs/build-support/build-fhs-userenv-bubblewrap/default.nix

@ -34,6 +34,7 @@ let
"static"
"nix" # mainly for nixUnstable users, but also for access to nix/netrc
# Shells
"shells"
"bashrc"
"zshenv"
"zshrc"

Loading…
Cancel
Save