update
This commit is contained in:
parent
04c6cd8cd9
commit
b1fdc9b5a6
7 changed files with 62 additions and 51 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue