add purescript-bridge
This commit is contained in:
parent
cdd3f07442
commit
f4844b7ff8
2 changed files with 1516 additions and 2 deletions
1507
flake.lock
generated
1507
flake.lock
generated
File diff suppressed because it is too large
Load diff
11
flake.nix
11
flake.nix
|
|
@ -28,7 +28,9 @@
|
||||||
inputs.apropos.inputs.nixpkgs.follows =
|
inputs.apropos.inputs.nixpkgs.follows =
|
||||||
"plutarch/haskell-nix/nixpkgs-unstable";
|
"plutarch/haskell-nix/nixpkgs-unstable";
|
||||||
|
|
||||||
outputs = inputs@{ self, nixpkgs, haskell-nix, plutarch, ... }:
|
inputs.purescript-bridge.url = "github:mlabs-haskell/purescript-bridge";
|
||||||
|
|
||||||
|
outputs = inputs@{ self, nixpkgs, haskell-nix, plutarch, purescript-bridge, ... }:
|
||||||
let
|
let
|
||||||
supportedSystems = with nixpkgs.lib.systems.supported;
|
supportedSystems = with nixpkgs.lib.systems.supported;
|
||||||
tier1 ++ tier2 ++ tier3;
|
tier1 ++ tier2 ++ tier3;
|
||||||
|
|
@ -77,6 +79,12 @@
|
||||||
src = inputs.apropos;
|
src = inputs.apropos;
|
||||||
subdirs = [ "." ];
|
subdirs = [ "." ];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
src = inputs.purescript-bridge;
|
||||||
|
subdirs = [
|
||||||
|
"."
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
modules = [ (plutarch.haskellModule system) ];
|
modules = [ (plutarch.haskellModule system) ];
|
||||||
shell = {
|
shell = {
|
||||||
|
|
@ -110,6 +118,7 @@
|
||||||
ps.plutarch-safemoney
|
ps.plutarch-safemoney
|
||||||
ps.plutarch-test
|
ps.plutarch-test
|
||||||
ps.apropos
|
ps.apropos
|
||||||
|
ps.purescript-bridge
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue