Unnamed repository; edit this file 'description' to name the repository.
fix: add runtimeDir as propagated build input (#14247)
| -rw-r--r-- | default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 8e501bbc..137dee5a 100644 --- a/default.nix +++ b/default.nix @@ -46,6 +46,8 @@ in allowBuiltinFetchGit = true; }; + propagatedBuildInputs = [ runtimeDir ]; + nativeBuildInputs = [ installShellFiles git |