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 /flake.nix | |
| parent | chore(lock): bump nixpkgs (diff) | |
| download | tsutsumi-5a6c7b8bf5e300ab953670ec2372edcf7d75cbf9.tar.xz tsutsumi-5a6c7b8bf5e300ab953670ec2372edcf7d75cbf9.zip | |
chore: remove mayu
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |