7 lines
145 B
Nix
7 lines
145 B
Nix
{
|
|
imports = [
|
|
(fetchTarball "https://github.com/msteen/nixos-vscode-server/tarball/master")
|
|
];
|
|
|
|
services.vscode-server.enable = true;
|
|
} |