Remove vscode-insiders package
This commit is contained in:
parent
96d4beeb6b
commit
7289f30692
4 changed files with 2 additions and 267 deletions
|
|
@ -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 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue