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