mirror of
https://github.com/nix-community/nixos-vscode-server.git
synced 2026-08-24 10:14:01 -05:00
Use simple example code
This commit is contained in:
@@ -115,9 +115,9 @@ If you have an extensions that require a FHS compatible environment, but their b
|
||||
|
||||
```nix
|
||||
{
|
||||
services.vscode-server.extraFHSPackages = pkgs: builtins.attrValues {
|
||||
inherit (pkgs) curl;
|
||||
};
|
||||
services.vscode-server.extraFHSPackages = pkgs: with pkgs; [
|
||||
curl;
|
||||
];
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user