feat(vscodium remote): attempt to match versions on client and server environments

This commit is contained in:
steveej 2024-03-07 21:58:24 +01:00
parent 092e69133f
commit b144c4501f
6 changed files with 67 additions and 5 deletions

View file

@ -25,6 +25,10 @@
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
nixpkgs-vscodium.url = "github:nixos/nixpkgs/nixos-unstable-small";
openvscode-server.url = "github:gitpod-io/openvscode-server/openvscode-server-v1.86.2";
openvscode-server.flake = false;
colmena = {
url = "github:zhaofengli/colmena";
inputs.nixpkgs.follows = "nixpkgs";