vscode-fhs: allow editing /etc/nixos

This commit is contained in:
Sandro Jäckel 2022-10-30 22:46:22 +01:00
parent a2bd13fa32
commit 63754031ca
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -169,6 +169,10 @@ let
krb5
]) ++ additionalPkgs pkgs;
extraBwrapArgs = [
"--bind-try /etc/nixos/ /etc/nixos/"
];
# symlink shared assets, including icons and desktop entries
extraInstallCommands = ''
ln -s "${unwrapped}/share" "$out/"