Skip to content

Commit 3910de1

Browse files
jaredjaredponn
authored andcommitted
Basic nix derivations + update flake for Typescript flake
1 parent 9d48261 commit 3910de1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
nixpkgs.url = "github:NixOS/nixpkgs";
55

66
# flake-lang.nix
7-
flake-lang.url = "github:mlabs-haskell/flake-lang.nix";
7+
flake-lang.url = "github:mlabs-haskell/flake-lang.nix/jared/add-data-to-typescript-flake";
88

99
# Haskell
1010

@@ -88,6 +88,7 @@
8888
./testsuites/lbt-prelude/lbt-prelude-haskell/build.nix
8989
./testsuites/lbt-prelude/lbt-prelude-purescript/build.nix
9090
./testsuites/lbt-prelude/lbt-prelude-rust/build.nix
91+
./testsuites/lbt-prelude/lbt-prelude-typescript/build.nix
9192
./testsuites/lbt-plutus/api/build.nix
9293
./testsuites/lbt-plutus/golden/build.nix
9394
./testsuites/lbt-plutus/lbt-plutus-haskell/build.nix

testsuites/lbt-prelude/api/build.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ _: {
2020
files = [ "Foo.lbf" "Foo/Bar.lbf" "Days.lbf" ];
2121
};
2222

23-
lbf-prelude-golden-api-typescript = config.lbf-nix.lbfTypescript {
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-
};
27+
}).packages.lbf-prelude-golden-api-typescript-tgz;
2828
};
2929
};
3030
}

0 commit comments

Comments
 (0)