mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 13:03:03 -04:00
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:
parent
3bca2d74df
commit
7b8b20a853
2 changed files with 1 additions and 16 deletions
|
@ -9,12 +9,6 @@ in
|
|||
home = {
|
||||
packages = with pkgs; [
|
||||
unstable.vscode
|
||||
# pinned.vscode
|
||||
# (pinned.vscode.fhsWithPackages (
|
||||
# pkgs: with pkgs; [
|
||||
# powershell
|
||||
# ]
|
||||
# ))
|
||||
# codium
|
||||
zed-editor
|
||||
];
|
||||
|
|
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue