Remove vscode-insiders package

This commit is contained in:
암냥 2026-08-26 10:56:44 +09:00
commit 7289f30692
4 changed files with 2 additions and 267 deletions

View file

@ -18,7 +18,6 @@
xcursor-mizuki = final.callPackage ./pkgs/xcursor-mizuki/default.nix { };
pjsk-cursor = final.callPackage ./pkgs/pjsk-cursor/default.nix { };
helium = final.callPackage ./pkgs/helium/default.nix { };
vscode-insiders = final.callPackage ./pkgs/vscode-insiders/default.nix { };
};
forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system: f (
@ -38,8 +37,7 @@
waterfox-bin
xcursor-mizuki
pjsk-cursor
helium
vscode-insiders;
helium;
};
in
nixpkgs.lib.filterAttrs (name: pkg:
@ -56,4 +54,4 @@
];
};
};
}
}