Skip to content

Commit 10bb9c5

Browse files
author
jared
committed
Update flake.lock
1 parent bf6f77e commit 10bb9c5

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

flake.lock

Lines changed: 9 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

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

66
# flake-lang.nix used for monorepo setups
7-
flake-lang.url = "github:mlabs-haskell/flake-lang.nix?ref=jared/ts-tgz-to-folder";
7+
flake-lang.url = "github:mlabs-haskell/flake-lang.nix";
88

99
# Flakes as modules, using this extensively to organize the repo into modules (build.nix files)
1010
flake-parts.url = "github:hercules-ci/flake-parts";
@@ -27,7 +27,7 @@
2727
# Typescript runtimes
2828
prelude-typescript.follows = "plutus-ledger-api-typescript/prelude-typescript";
2929
plutus-ledger-api-typescript = {
30-
url = "github:mlabs-haskell/plutus-ledger-api-typescript?ref=jared/update-flake-lang";
30+
url = "github:mlabs-haskell/plutus-ledger-api-typescript";
3131
inputs.flake-lang.follows = "flake-lang";
3232
};
3333

0 commit comments

Comments
 (0)