Whoops: '

This commit is contained in:
2023-03-06 21:30:49 -05:00
parent 39da0cd107
commit 3c49bb2191

View File

@@ -118,7 +118,7 @@
pathsToLink = [ "/bin" ]; pathsToLink = [ "/bin" ];
}; };
}; };
in pkgs.runCommandCC "New Alan Docker Release" {} ''' in pkgs.runCommandCC "New Alan Docker Release" {} ''
mkdir -p $out/{nix-support,share} mkdir -p $out/{nix-support,share}
cp ${image} $out/share/newalan_image.tar.gz cp ${image} $out/share/newalan_image.tar.gz
echo "docker image $out/share/newalan_image.tar.gz" >> $out/nix-support/hydra-build-products echo "docker image $out/share/newalan_image.tar.gz" >> $out/nix-support/hydra-build-products