Add a Phanpy fork frontend to GtS
This commit is contained in:
parent
a1e567e5f4
commit
4390c7d682
5 changed files with 101 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue