File tree Expand file tree Collapse file tree 8 files changed +15
-16
lines changed Expand file tree Collapse file tree 8 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 22{
33 perSystem = { config , ... } :
44 let
5- tsFlake =
5+ lbf-plutus-sample-project-typescript =
66 config . lbf-nix . lbfPlutusTypescript {
77 name = "lbf-plutus-sample-project" ;
88 src = ./. ;
1111 in
1212 {
1313 packages = {
14- inherit ( tsFlake . packages ) lbf-plutus-sample-project-typescript lbf-plutus-sample-project-typescript-tgz ;
14+ inherit lbf-plutus-sample-project-typescript ;
1515 } ;
1616 } ;
1717}
Original file line number Diff line number Diff line change 1010 src = ./. ;
1111
1212 npmExtraDependencies = [
13- config . packages . lbf-plutus-sample-project-typescript-tgz
13+ config . packages . lbf-plutus-sample-project-typescript
1414 ] ;
1515
1616 devShellTools = config . settings . shell . tools ;
Original file line number Diff line number Diff line change 22{
33 perSystem = { config , ... } :
44 let
5- tsFlake =
5+ lbf-prelude-sample-project-typescript =
66 config . lbf-nix . lbfPreludeTypescript {
77 name = "lbf-prelude-sample-project" ;
88 src = ./. ;
1111 in
1212 {
1313 packages = {
14- inherit ( tsFlake . packages ) lbf-prelude-sample-project-typescript lbf-prelude-sample-project-typescript-tgz ;
14+ inherit lbf-prelude-sample-project-typescript ;
1515 } ;
1616 } ;
1717}
Original file line number Diff line number Diff line change 99 name = "prelude-sample-project" ;
1010 src = ./. ;
1111 npmExtraDependencies = [
12- config . packages . lbf-prelude-sample-project-typescript-tgz
12+ config . packages . lbf-prelude-sample-project-typescript
1313 ] ;
1414
1515 devShellTools = config . settings . shell . tools ;
Original file line number Diff line number Diff line change 276276 } ) ;
277277 } ) ;
278278in
279- lbTypescriptFlake
279+ lbTypescriptFlake . packages . " ${ name } -typescript-tgz"
Original file line number Diff line number Diff line change 2828 configs = [ "${ config . packages . codegen-configs } /purescript-prelude-base.json" ] ;
2929 } ;
3030
31- lbf-prelude-typescript = ( config . lbf-nix . lbfTypescript {
31+ lbf-prelude-typescript = config . lbf-nix . lbfTypescript {
3232 name = "lbf-prelude" ;
3333 src = ./lbf-prelude ;
3434 files = [ "Prelude.lbf" ] ;
3838 [
3939 config . packages . lbr-prelude-typescript-tgz
4040 ] ;
41- } ) . packages . lbf-prelude-typescript-tgz ;
41+ } ;
4242
4343 lbf-prelude-plutarch = config . lbf-nix . lbfPlutarch' {
4444 name = "lbf-prelude-plutarch" ;
108108 ] ;
109109 } ;
110110
111- lbf-plutus-typescript = ( config . lbf-nix . lbfTypescript {
111+ lbf-plutus-typescript = config . lbf-nix . lbfTypescript {
112112 name = "lbf-plutus" ;
113113 src = ./lbf-plutus ;
114114 files = [ "Plutus/V1.lbf" "Plutus/V2.lbf" ] ;
123123 config . packages . lbf-prelude-typescript
124124 config . packages . lbr-plutus-typescript-tgz
125125 ] ;
126- } ) . packages . lbf-plutus-typescript-tgz ;
126+ } ;
127127
128128 lbf-plutus-rust = config . lbf-nix . lbfRust {
129129 name = "lbf-plutus" ;
Original file line number Diff line number Diff line change 2626 files = [ "Foo.lbf" "Foo/Bar.lbf" "Days.lbf" ] ;
2727 } ;
2828
29- lbf-plutus-golden-api-typescript = ( config . lbf-nix . lbfPlutusTypescript {
29+ lbf-plutus-golden-api-typescript = config . lbf-nix . lbfPlutusTypescript {
3030 name = "lbf-plutus-golden-api" ;
3131 src = ./. ;
3232 files = [ "Foo.lbf" "Foo/Bar.lbf" "Days.lbf" ] ;
33- } ) . packages . lbf-plutus-golden-api-typescript-tgz
34- ;
33+ } ;
3534
3635 } ;
3736 } ;
Original file line number Diff line number Diff line change 2020 files = [ "Foo.lbf" "Foo/Bar.lbf" "Days.lbf" ] ;
2121 } ;
2222
23- lbf-prelude-golden-api-typescript = ( config . lbf-nix . lbfPreludeTypescript {
23+ lbf-prelude-golden-api-typescript = config . lbf-nix . lbfPreludeTypescript {
2424 name = "lbf-prelude-golden-api" ;
2525 src = ./. ;
2626 files = [ "Foo.lbf" "Foo/Bar.lbf" "Days.lbf" ] ;
27- } ) . packages . lbf-prelude-golden-api-typescript-tgz ;
27+ } ;
2828 } ;
2929 } ;
3030}
You can’t perform that action at this time.
0 commit comments