fix: fetchdocker call signature

This commit is contained in:
David Arnold
2021-05-08 23:57:32 +02:00
committed by aszlig
parent 78c97f07c8
commit 14e4f9abd6
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
pkgargs@{ lib, haskellPackages, writeText, gawk }:
pkgargs@{ stdenv, lib, haskellPackages, writeText, gawk }:
let
generic-fetcher =
import ./generic-fetcher.nix pkgargs;
@@ -1,4 +1,4 @@
pkgargs@{ lib, haskellPackages, writeText, gawk }:
pkgargs@{ stdenv, lib, haskellPackages, writeText, gawk }:
let
generic-fetcher =
import ./generic-fetcher.nix pkgargs;