We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71093b commit 343bea8Copy full SHA for 343bea8
extras/lbf-nix/lbf-typescript.nix
@@ -88,15 +88,6 @@ lbfTypescriptOpts@{
88
let
89
lbf-build = import ./lbf-build.nix pkgs lbf;
90
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
- # };
100
packageSet = pkgs.runCommand "lb-typescript-packages" { buildInputs = [ lbf-list-modules-typescript ]; }
101
''
102
1>"$out" lbf-list-modules-typescript \
0 commit comments