managed vs code extensions though nix

This commit is contained in:
Leyla Becker 2024-09-18 01:12:06 -05:00
parent 615fb21505
commit b4f3349caf
5 changed files with 131 additions and 16 deletions

View file

@ -1,15 +1,15 @@
_:
{
nixpkgs.overlays = [
(self: super: {
# ui is broken on 1.84
vscodium = super.vscodium.overrideAttrs (oldAttrs: rec {
version = "1.85.2.24019";
src = super.fetchurl {
sha256 = "sha256-OBGFXOSN+Oq9uj/5O6tF0Kp7rxTY1AzNbhLK8G+EqVk=";
url = "https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz";
};
});
})
];
# nixpkgs.overlays = [
# (self: super: {
# # ui is broken on 1.84
# vscodium = super.vscodium.overrideAttrs (oldAttrs: rec {
# version = "1.85.2.24019";
# src = super.fetchurl {
# sha256 = "sha256-OBGFXOSN+Oq9uj/5O6tF0Kp7rxTY1AzNbhLK8G+EqVk=";
# url = "https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz";
# };
# });
# })
# ];
}