Add a Phanpy fork frontend to GtS

This commit is contained in:
Natsu Kagami 2023-07-16 15:49:44 +02:00
parent a1e567e5f4
commit 4390c7d682
Signed by: nki
GPG key ID: 55A032EB38B49ADB
5 changed files with 101 additions and 13 deletions

View file

@ -22,6 +22,7 @@ let
rnix-lsp = inputs.rnix-lsp.defaultPackage."${final.system}";
sway = prev.sway.override { sway-unwrapped = final.swayfx-unwrapped; };
deploy-rs = inputs.deploy-rs.packages.default;
dtth-phanpy = inputs.dtth-phanpy.packages.${final.system}.default;
# A list of source-style inputs.
sources = final.lib.attrsets.filterAttrs (name: f: !(builtins.hasAttr "outputs" f)) inputs;