remove vmagent (has now been upstreamed)

This commit is contained in:
Vivian 2022-10-20 10:54:24 +02:00
parent 798941a6ab
commit a26e243bb8
6 changed files with 31 additions and 165 deletions

View file

@ -2,8 +2,6 @@
final: prev: {
catppuccin.cursors = prev.callPackage ./catppuccin/cursors { };
vmagent = prev.callPackage ./vmagent { };
v = {
glitch-soc = prev.callPackage ./glitch-soc { };
@ -21,7 +19,8 @@ final: prev: {
gitea-agatheme = prev.callPackage ./gitea-agatheme { };
vscode-extensions = {
platformio.platformio-ide = prev.callPackage ./vscode-extensions/platformio.nix { };
platformio.platformio-ide =
prev.callPackage ./vscode-extensions/platformio.nix { };
};
};
}