Merge pull request #262253 from Artturin/fetchdockevaler

This commit is contained in:
Artturi 2023-10-20 21:14:25 +03:00 committed by GitHub
commit 1542bb6ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
{ lib }:
# We provide three paths to get the credentials into the builder's
# environment:
#

View File

@ -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