add vscode-server

This commit is contained in:
uku 2024-01-19 23:45:31 +01:00
parent 80314f289c
commit fca1dd4676
Signed by: uku
GPG key ID: 7D01D7B105E77166
4 changed files with 64 additions and 1 deletions

View file

@ -38,6 +38,11 @@
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";
};
vscode-server = {
url = "github:nix-community/nixos-vscode-server";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {flake-parts, ...} @ inputs: