fix: fetchdocker call signature

This commit is contained in:
David Arnold 2021-05-08 16:51:08 -04:00 committed by aszlig
parent 78c97f07c8
commit 14e4f9abd6
No known key found for this signature in database
GPG key ID: 684089CE67EBB691
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
pkgargs@{ lib, haskellPackages, writeText, gawk }:
pkgargs@{ stdenv, lib, haskellPackages, writeText, gawk }:
let
generic-fetcher =
import ./generic-fetcher.nix pkgargs;

View file

@ -1,4 +1,4 @@
pkgargs@{ lib, haskellPackages, writeText, gawk }:
pkgargs@{ stdenv, lib, haskellPackages, writeText, gawk }:
let
generic-fetcher =
import ./generic-fetcher.nix pkgargs;