Update tests/content-addressed.nix

Co-authored-by: Théophane Hufschmitt <regnat@users.noreply.github.com>
This commit is contained in:
John Ericson
2020-09-04 10:29:28 -04:00
committed by GitHub
co-authored by Théophane Hufschmitt
parent c224a5e5c1
commit b99062b023
-3
View File
@@ -13,9 +13,6 @@ rec {
mkdir -p $out
echo "Hello World" > $out/hello
'';
__contentAddressed = true;
outputHashMode = "recursive";
outputHashAlgo = "sha256";
};
rootCA = mkDerivation {
name = "dependent";