nixos/tests/hocker-fetchdocker: fix evaluation
it still does not build
This commit is contained in:
parent
9375312ab9
commit
0d13dc3654
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
let
|
||||
pathParts =
|
||||
(builtins.filter
|
||||
({prefix}: "DOCKER_CREDENTIALS" == prefix)
|
||||
({prefix, path}: "DOCKER_CREDENTIALS" == prefix)
|
||||
builtins.nixPath);
|
||||
in
|
||||
if (pathParts != []) then (builtins.head pathParts).path else ""
|
||||
|
|
Loading…
Reference in a new issue