nixos/tests/hocker-fetchdocker: fix evaluation
it still does not build
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user