diff options
| author | Fuwn <[email protected]> | 2024-11-30 23:04:15 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-11-30 23:04:15 -0800 |
| commit | 5a6c7b8bf5e300ab953670ec2372edcf7d75cbf9 (patch) | |
| tree | 56c004e6adc934353e459aba1284c97e09467b46 | |
| parent | chore(lock): bump nixpkgs (diff) | |
| download | tsutsumi-5a6c7b8bf5e300ab953670ec2372edcf7d75cbf9.tar.xz tsutsumi-5a6c7b8bf5e300ab953670ec2372edcf7d75cbf9.zip | |
chore: remove mayu
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -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, @@ -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; }; |