From 587b9e340bb5cb14ca55e62a0498295e702b56c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 25 Mar 2019 23:30:18 +0100 Subject: Upgrade to latest nixpkgs --- nixops/modules/websites/tools/mastodon/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixops/modules/websites/tools/mastodon/default.nix') 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 @@ -{ lib, pkgs, config, myconfig, mylibs, ... }: +{ lib, pkgs, pkgsPrevious, config, myconfig, mylibs, ... }: let - mastodon = pkgs.callPackage ./mastodon.nix { + mastodon = pkgsPrevious.callPackage ./mastodon.nix { inherit (mylibs) fetchedGithub; env = myconfig.env.tools.mastodon; }; -- cgit v1.2.3