remove vmagent (has now been upstreamed)
This commit is contained in:
parent
798941a6ab
commit
a26e243bb8
6 changed files with 31 additions and 165 deletions
|
@ -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 { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue