Compile Conduit ourselves
no more IFD
This commit is contained in:
parent
e3442bc05e
commit
77cf9d4396
5 changed files with 76 additions and 130 deletions
14
pkgs/default.nix
Normal file
14
pkgs/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{inputs, ...}: {
|
||||
perSystem = {
|
||||
pkgs,
|
||||
system,
|
||||
inputs',
|
||||
...
|
||||
}: {
|
||||
packages.conduit-next = pkgs.callPackage ./conduit {
|
||||
src = inputs.conduit-src;
|
||||
crane = inputs.crane.lib.${system};
|
||||
fenix = inputs'.fenix.packages;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue