diff options
Diffstat (limited to 'web/static/default.nix')
-rw-r--r-- | web/static/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/static/default.nix b/web/static/default.nix index 2120e649f03c..9eaeb0ec1495 100644 --- a/web/static/default.nix +++ b/web/static/default.nix @@ -5,7 +5,9 @@ let storeDirLength = with builtins; (stringLength storeDir) + 1; logo = depot.web.tvl.logo; -in lib.fix(self: pkgs.runCommand "tvl-static" { +in +lib.fix (self: pkgs.runCommand "tvl-static" +{ passthru = { # Preserving the string context here makes little sense: While we are # referencing this derivation, we are not doing so via the nix store, |