feat(vscodium remote): attempt to match versions on client and server environments
This commit is contained in:
parent
092e69133f
commit
b144c4501f
6 changed files with 67 additions and 5 deletions
|
@ -2,7 +2,9 @@
|
|||
self',
|
||||
inputs',
|
||||
pkgs,
|
||||
}: {
|
||||
}: let
|
||||
pkgsUnstable = inputs'.nixpkgs-unstable.legacyPackages;
|
||||
in {
|
||||
install = pkgs.mkShell {
|
||||
name = "infra-install";
|
||||
packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue