Compile Conduit ourselves
no more IFD
This commit is contained in:
parent
e3442bc05e
commit
77cf9d4396
5 changed files with 76 additions and 130 deletions
12
flake.nix
12
flake.nix
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue