fix: add overlays for self.packages

This commit is contained in:
matt1432 2024-10-21 01:39:41 -04:00
parent d65cbc2ad7
commit 842b4b0fa0
5 changed files with 16 additions and 13 deletions

View file

@ -7,9 +7,10 @@ inputs: rec {
}:
import nixpkgs {
inherit system;
overlays = [inputs.self.overlays.build-failures];
config = {
allowUnfree = true;
inherit cudaSupport;
allowUnfree = true;
};
};