]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - nixops/modules/websites/tools/mastodon/default.nix
Move mastodon to pkgs
[perso/Immae/Config/Nix.git] / nixops / modules / websites / tools / mastodon / default.nix
index a3f2364ee0cdfcbb2e6add96ff889ad09a6f2cff..919bac2a148b5f078a8838048b564de9b259bb48 100644 (file)
@@ -1,7 +1,7 @@
 { lib, pkgs, config, myconfig, mylibs, ... }:
 let
   mastodon = pkgs.callPackage ./mastodon.nix {
-    inherit (mylibs) fetchedGithub yarn2nixPackage;
+    inherit (pkgs.webapps) mastodon;
     env = myconfig.env.tools.mastodon;
   };