mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Add vscode overlay that pins 1.52.1 so that liveshare works
This commit is contained in:
@@ -5,5 +5,6 @@ final: prev: {
|
||||
rfd = prev.callPackage ./rfd { };
|
||||
srv = prev.callPackage ./srv { };
|
||||
vpngate = prev.callPackage ./vpngate { };
|
||||
vscode = prev.callPackage ./vscode { };
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user