shack/muell_mail: use callPackage

This commit is contained in:
makefu 2019-10-15 14:35:56 +02:00
parent 4447752351
commit f786002cb3
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
let
pkg = (
pkg = pkgs.callPackage (
pkgs.fetchgit {
url = "https://git.shackspace.de/rz/muell_mail";
rev = "861ec25ab22797d8961efb32e72d79e113aa9f0f";