remove useless pinned vscode

this was fixed a while ago with
https://github.com/microsoft/vscode-js-debug/pull/2202
This commit is contained in:
sadan 2025-05-25 18:23:56 -04:00
parent 3bca2d74df
commit 7b8b20a853
No known key found for this signature in database
2 changed files with 1 additions and 16 deletions

View file

@ -9,12 +9,6 @@ in
home = {
packages = with pkgs; [
unstable.vscode
# pinned.vscode
# (pinned.vscode.fhsWithPackages (
# pkgs: with pkgs; [
# powershell
# ]
# ))
# codium
zed-editor
];

View file

@ -17,15 +17,6 @@
{
# extend packages here
pinned = {
# 1.89.1
vscode =
(import (builtins.fetchGit {
# Descriptive name to make the store path easier to identify
name = "pinned-vscode";
url = "https://github.com/NixOS/nixpkgs/";
ref = "refs/heads/nixpkgs-unstable";
rev = "0c19708cf035f50d28eb4b2b8e7a79d4dc52f6bb";
}) defaultOpts).vscode;
vscode_neovim =
(import (builtins.fetchGit {
# Descriptive name to make the store path easier to identify
@ -53,7 +44,7 @@
rev = "336eda0d07dc5e2be1f923990ad9fdb6bc8e28e3";
})
{
system = pkgs.system;
inherit (pkgs) system;
config = {
permittedInsecurePackages = [ "electron-19.1.9" ];
};