Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove pinned to match v.7.0.0 #56

Open
github-actions bot opened this issue Dec 19, 2023 · 0 comments
Open

remove pinned to match v.7.0.0 #56

github-actions bot opened this issue Dec 19, 2023 · 0 comments
Labels
help wanted Extra attention is needed todo

Comments

@github-actions
Copy link
Contributor

# TODO remove pinned to match v.7.0.0

  inputs =
    {
      # TODO remove pinned to match v.7.0.0
      ctl.url = "github:Plutonomicon/cardano-transaction-lib/v7.0.0";
      purs-nix.url = "github:purs-nix/purs-nix";
      utils.url = "github:ursi/flake-utils";
      nixpkgs.follows = "purs-nix/nixpkgs";

      npmlock2nix.url = "github:nix-community/npmlock2nix";
      npmlock2nix.flake = false;

      # TODO find a way to get peer dependencies from ctl
      #  these inputs now is pinned to follow ctl /packages.dhall
      toppokki = {
        url = "github:firefrorefiddle/purescript-toppokki/5992e93396a734c980ef61c74df5b6ab46108920";
        flake = false;
      };
      noble-secp256k1 = {
        url = "github:mlabs-haskell/purescript-noble-secp256k1/a3c0f67e9fdb0086016d7aebfad35d09a08b4ecd";
        flake = false;
      };
      js-bigints = {
        url = "github:purescript-contrib/purescript-js-bigints/36a7d8ac75a7230043ae511f3145f9ed130954a9";
        flake = false;
      };
    };

  outputs = { self, nixpkgs, utils, npmlock2nix, ... }@inputs:
    let
      # this export a lib with the override
      __functor = _: { system }:
@github-actions github-actions bot added help wanted Extra attention is needed todo labels Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed todo
Projects
None yet
Development

No branches or pull requests

0 participants