This commit is contained in:
Lilith 2025-04-17 22:03:11 +02:00
parent 04c6cd8cd9
commit b1fdc9b5a6
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
7 changed files with 62 additions and 51 deletions

View file

@ -89,6 +89,7 @@
system: nixpkgs:
let
config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) (import ./unfree.nix).allowed;
config.rocmSupport = true;
in
import nixpkgs {
inherit system config;