aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-11-30 23:04:15 -0800
committerFuwn <[email protected]>2024-11-30 23:04:15 -0800
commit5a6c7b8bf5e300ab953670ec2372edcf7d75cbf9 (patch)
tree56c004e6adc934353e459aba1284c97e09467b46
parentchore(lock): bump nixpkgs (diff)
downloadtsutsumi-5a6c7b8bf5e300ab953670ec2372edcf7d75cbf9.tar.xz
tsutsumi-5a6c7b8bf5e300ab953670ec2372edcf7d75cbf9.zip
chore: remove mayu
-rw-r--r--README.md2
-rw-r--r--flake.nix2
2 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index c44ee0f..0f70e31 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,6 @@ running `nix run github:Fuwn/tsutsumi#rui`. (or any other package in place of
## Applications
- [Maple](https://github.com/gemrest/maple) - Static Gemini server with Titan support
-- [Mayu](https://github.com/Fuwn/mayu) - Moe-Counter compatible website hit
- counter written in Gleam
- [Rui](https://github.com/Fuwn/rui/) (`rui`) - Personal NixOS flake manager
- [Yae](https://github.com/Fuwn/yae) (`yae`) - Nix Dependency Manager
- [ahoviewer](https://github.com/ahodesuka/ahoviewer) - GTK image viewer,
diff --git a/flake.nix b/flake.nix
index 45ac303..162403f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -77,7 +77,7 @@
gigi = gigi.packages.${system}.default;
git-sumi = pkgs.callPackage ./pkgs/git-sumi.nix { };
maple = yaePackage "maple";
- mayu = yaePackage "mayu";
+ # mayu = yaePackage "mayu";
html2md = pkgs.callPackage ./pkgs/html2md.nix { };
lilipod = pkgs.callPackage ./pkgs/lilipod.nix { };
parse-ripper-output = pkgs.callPackage ./pkgs/parse-ripper-output.nix { source = yae.ripper; };