aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/mastodon/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-25 23:30:18 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-26 08:53:18 +0100
commit587b9e340bb5cb14ca55e62a0498295e702b56c5 (patch)
tree10d7488dffc394905b2321726c1eda0a6f2640b9 /nixops/modules/websites/tools/mastodon/default.nix
parentcaa08508100ce2307a4c64ff047241572ff85b45 (diff)
downloadNix-587b9e340bb5cb14ca55e62a0498295e702b56c5.tar.gz
Nix-587b9e340bb5cb14ca55e62a0498295e702b56c5.tar.zst
Nix-587b9e340bb5cb14ca55e62a0498295e702b56c5.zip
Upgrade to latest nixpkgs
Diffstat (limited to 'nixops/modules/websites/tools/mastodon/default.nix')
-rw-r--r--nixops/modules/websites/tools/mastodon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixops/modules/websites/tools/mastodon/default.nix b/nixops/modules/websites/tools/mastodon/default.nix
index b64474c..b0ace56 100644
--- a/nixops/modules/websites/tools/mastodon/default.nix
+++ b/nixops/modules/websites/tools/mastodon/default.nix
@@ -1,6 +1,6 @@
1{ lib, pkgs, config, myconfig, mylibs, ... }: 1{ lib, pkgs, pkgsPrevious, config, myconfig, mylibs, ... }:
2let 2let
3 mastodon = pkgs.callPackage ./mastodon.nix { 3 mastodon = pkgsPrevious.callPackage ./mastodon.nix {
4 inherit (mylibs) fetchedGithub; 4 inherit (mylibs) fetchedGithub;
5 env = myconfig.env.tools.mastodon; 5 env = myconfig.env.tools.mastodon;
6 }; 6 };