Compile Conduit ourselves

no more IFD
This commit is contained in:
Nikodem Rabuliński 2024-01-02 14:07:17 +01:00
parent e3442bc05e
commit 77cf9d4396
5 changed files with 76 additions and 130 deletions

View file

@ -15,6 +15,7 @@
./modules
./wrappers
./effects.nix
./pkgs
];
perSystem = {
@ -86,13 +87,22 @@
nh = {
url = "github:viperML/nh";
};
conduit = {
conduit-src = {
url = "gitlab:famedly/conduit?ref=next";
flake = false;
};
nvidia-patch = {
url = "github:arcnmx/nvidia-patch.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};
crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
};
nixConfig = {