dockerTools.tests.docker-tools: user runCommand instead of runCommandNoCC alias

Noticed when evaluated tests without aliases enabled.
This commit is contained in:
Sergei Trofimovich 2023-12-26 22:41:24 +00:00
parent df04894406
commit 4bb39bbc65

View file

@ -11,7 +11,7 @@ let
# Rootfs diffs for layers 1 and 2 are identical (and empty)
layer1 = pkgs.dockerTools.buildImage { name = "empty"; };
layer2 = layer1.overrideAttrs (_: { fromImage = layer1; });
repeatedRootfsDiffs = pkgs.runCommandNoCC "image-with-links.tar" {
repeatedRootfsDiffs = pkgs.runCommand "image-with-links.tar" {
nativeBuildInputs = [pkgs.jq];
} ''
mkdir contents