Merge pull request #206923 from SuperSandro2000/vscode-fhs-etc-nixos
This commit is contained in:
commit
c07d5c8743
1 changed files with 4 additions and 0 deletions
|
@ -169,6 +169,10 @@ let
|
||||||
krb5
|
krb5
|
||||||
]) ++ additionalPkgs pkgs;
|
]) ++ additionalPkgs pkgs;
|
||||||
|
|
||||||
|
extraBwrapArgs = [
|
||||||
|
"--bind-try /etc/nixos/ /etc/nixos/"
|
||||||
|
];
|
||||||
|
|
||||||
# symlink shared assets, including icons and desktop entries
|
# symlink shared assets, including icons and desktop entries
|
||||||
extraInstallCommands = ''
|
extraInstallCommands = ''
|
||||||
ln -s "${unwrapped}/share" "$out/"
|
ln -s "${unwrapped}/share" "$out/"
|
||||||
|
|
Loading…
Reference in a new issue