diff options
-rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 2e98d6d..1944de0 100644 --- a/default.nix +++ b/default.nix @@ -104,6 +104,7 @@ let in '' mkdir $out '' + (concatStringsSep "\n" (mapAttrsToList link x)); + passthru.linkInputs = x; }; # Fetching files of specific type |