Merge pull request #44870 from symphorien/tests-eval
Fix evaluation of two tests
This commit is contained in:
commit
12eb1e96ce
@ -1,4 +1,4 @@
|
|||||||
import ./make-test.nix ({ pkgs, lib }:
|
import ./make-test.nix ({ pkgs, lib, ... }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
let
|
let
|
||||||
pathParts =
|
pathParts =
|
||||||
(builtins.filter
|
(builtins.filter
|
||||||
({prefix}: "DOCKER_CREDENTIALS" == prefix)
|
({prefix, path}: "DOCKER_CREDENTIALS" == prefix)
|
||||||
builtins.nixPath);
|
builtins.nixPath);
|
||||||
in
|
in
|
||||||
if (pathParts != []) then (builtins.head pathParts).path else ""
|
if (pathParts != []) then (builtins.head pathParts).path else ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user