diff --git a/default.nix b/default.nix index 4d3fc32..df5128d 100644 --- a/default.nix +++ b/default.nix @@ -45,7 +45,7 @@ let } else { }) else if info.type == "path" then - { outPath = builtins.path { path = info.path; }; + { outPath = builtins.path { path = info.path; sha256 = info.narHash; }; narHash = info.narHash; } else if info.type == "tarball" then