Skip to content

Commit 3be878a

Browse files
authored
Merge pull request #205 from codgician/yew
pve-yew-mobile-gui: init at 0.6.2
2 parents a7f750e + 3e81a7b commit 3be878a

File tree

12 files changed

+4825
-45
lines changed

12 files changed

+4825
-45
lines changed

pkgs/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let
2222

2323
extjs = callPackage ./extjs { };
2424
fonts-font-logos = callPackage ./fonts-font-logos { };
25-
sencha-touch = callPackage ./sencha-touch { };
25+
2626
markedjs = callPackage ./markedjs { };
2727
perlmod = callPackage ./perlmod { };
2828
termproxy = callPackage ./termproxy { };
@@ -36,6 +36,7 @@ let
3636
proxmox-backup-qemu = callPackage ./proxmox-backup-qemu { };
3737
proxmox-i18n = callPackage ./proxmox-i18n { };
3838
proxmox-ve = callPackage ./proxmox-ve { };
39+
proxmox-wasm-builder = callPackage ./proxmox-wasm-builder { };
3940
proxmox-widget-toolkit = callPackage ./proxmox-widget-toolkit { };
4041

4142
pve-access-control = callPackage ./pve-access-control { };
@@ -58,6 +59,7 @@ let
5859
pve-rs = callPackage ./pve-rs { };
5960
pve-storage = callPackage ./pve-storage { };
6061
pve-xtermjs = callPackage ./pve-xtermjs { };
62+
pve-yew-mobile-gui = callPackage ./pve-yew-mobile-gui { };
6163

6264
linstor-api-py = callPackage ./linstor-api-py { };
6365
linstor-client = callPackage ./linstor-client { };

0 commit comments

Comments
 (0)