Merge pull request #262253 from Artturin/fetchdockevaler

This commit is contained in:
Artturi
2023-10-20 21:14:25 +03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
@@ -1,3 +1,4 @@
{ lib }:
# We provide three paths to get the credentials into the builder's
# environment:
#
@@ -1,7 +1,7 @@
{ stdenv, lib, haskellPackages, writeText, gawk }:
let
awk = "${gawk}/bin/awk";
dockerCredentialsFile = import ./credentials.nix;
dockerCredentialsFile = import ./credentials.nix { inherit lib; };
in
{ fetcher
, name