Skip to content

Commit

Permalink
Update template deps & ctl revision
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Apr 16, 2024
1 parent 1451756 commit 2ee63fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ctl-scaffold/flake.nix
Expand Up @@ -16,7 +16,7 @@
type = "github";
owner = "Plutonomicon";
repo = "cardano-transaction-lib";
rev = "7d533241367081fa69ec5f0ec8f50e00c39430c2";
rev = "145175634748600d0d4f08302bb53598de31cd51";
};
# To use the same version of `nixpkgs` as we do
nixpkgs.follows = "ctl/nixpkgs";
Expand Down
8 changes: 8 additions & 0 deletions templates/ctl-scaffold/spago.dhall
Expand Up @@ -15,6 +15,14 @@ You can edit this file as you like.
, "posix-types"
, "prelude"
, "spec"
, "noble-secp256k1"
, "bytearrays"
, "cardano-hd-wallet"
, "cardano-message-signing"
, "cardano-plutus-data-schema"
, "cardano-serialization-lib"
, "cardano-types"
, "plutus-types"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "exe/**/*.purs", "test/**/*.purs" ]
Expand Down

0 comments on commit 2ee63fe

Please sign in to comment.