Skip to content

Commit eabf98d

Browse files
author
jared
committed
Fix CI error
1 parent f2ff69a commit eabf98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/lbf-nix/lbf-typescript.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ let
277277
);
278278

279279
mkNpmExtraDependenciesCmd = pkgs.writeShellApplication {
280-
name = tsSuper.mkNpmExtraDependenciesCmd.name;
280+
inherit (tsSuper.mkNpmExtraDependenciesCmd) name;
281281
runtimeInputs = [ pkgs.jq tsSuper.mkNpmExtraDependenciesCmd ];
282282
text = ''
283283
${tsSuper.mkNpmExtraDependenciesCmd.name}

0 commit comments

Comments
 (0)