Skip to content

Commit 343bea8

Browse files
authored
Update lbf-typescript.nix
Removed commented out code
1 parent f71093b commit 343bea8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

extras/lbf-nix/lbf-typescript.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,6 @@ lbfTypescriptOpts@{
8888
let
8989
lbf-build = import ./lbf-build.nix pkgs lbf;
9090

91-
# lbfListModules = pkgs.callPackage ./lbf-list-modules.nix { };
92-
93-
# packageSet =
94-
# pkgs.writeTextFile {
95-
# name = "lb-typescript-packages";
96-
# text =
97-
# builtins.toJSON
98-
# (builtins.mapAttrs (_name: lbfListModules) imports);
99-
# };
10091
packageSet = pkgs.runCommand "lb-typescript-packages" { buildInputs = [ lbf-list-modules-typescript ]; }
10192
''
10293
1>"$out" lbf-list-modules-typescript \

0 commit comments

Comments
 (0)