From 9331c0c772ebbc02179d56976a9778706c223a50 Mon Sep 17 00:00:00 2001 From: Daniel Poelzleithner Date: Thu, 6 Oct 2022 13:53:05 +0200 Subject: [PATCH] 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 --- pkgs/build-support/build-fhs-userenv-bubblewrap/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/build-support/build-fhs-userenv-bubblewrap/default.nix b/pkgs/build-support/build-fhs-userenv-bubblewrap/default.nix index d0f11fd6e10..c539d671e98 100644 --- a/pkgs/build-support/build-fhs-userenv-bubblewrap/default.nix +++ b/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"