From 590b1813032f2870ea6de4739815b640a04cd7f4 Mon Sep 17 00:00:00 2001 From: Jeff Hykin Date: Sun, 26 May 2024 09:59:56 -0400 Subject: [PATCH] add note --- nodes/2_func_macBootTools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/2_func_macBootTools/default.nix b/nodes/2_func_macBootTools/default.nix index d66c835..a345b30 100644 --- a/nodes/2_func_macBootTools/default.nix +++ b/nodes/2_func_macBootTools/default.nix @@ -34,7 +34,7 @@ in "/usr/lib/libSystem.B.dylib" "/usr/lib/system/libunc.dylib" # This dependency is "hidden", so our scanning code doesn't pick it up ]; - # TODO: test if these work + # TODO: test if these work. Note: if youre reading this years later, remove this and the commented out code below # __contentAddressed = true; # outputHashAlgo = "sha256"; # outputHashMode = "recursive";