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

find a way to get peer dependencies from ctl #23

Open
github-actions bot opened this issue Jan 28, 2023 · 0 comments
Open

find a way to get peer dependencies from ctl #23

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

Comments

@github-actions
Copy link
Contributor

these inputs now is pinned to follow ctl /packages.dhall

# TODO find a way to get peer dependencies from ctl

      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
      bignumber.url = "github:mlabs-haskell/purescript-bignumber/58c51448be23c05caf51cde45bb3b09cc7169447";
      bignumber.flake = false;
      noble-secp256k1.url = "github:mlabs-haskell/purescript-noble-secp256k1/710c15c48c5afae5e0623664d982a587ff2bd177";
      noble-secp256k1.flake = false;
      toppokki.url = "github:firefrorefiddle/purescript-toppokki/6983e07bf0aa55ab779bcef12df3df339a2b5bd9";
      toppokki.flake = false;
    };

  outputs = { self, nixpkgs, utils, package-set-repo, 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 Jan 28, 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