nix-dots/modules/vscode-server.nix

10 lines
270 B
Nix

{
imports = [
(fetchTarball {
url = "https://github.com/msteen/nixos-vscode-server/tarball/d2343b5eb47b811856085f3eff4d899a32b2c136";
sha256 = "sha256:1cszfjwshj6imkwip270ln4l1j328aw2zh9vm26wv3asnqlhdrak";
})
];
services.vscode-server.enable = true;
}