This commit is contained in:
Lilith 2026-06-16 23:50:11 +02:00
parent 891977371e
commit 2c6495ed52
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
4 changed files with 67 additions and 66 deletions

View file

@ -84,6 +84,7 @@
config.allowUnfreePredicate =
pkg: builtins.elem (lib.getName pkg) (import ./hosts/${host}/unfree.nix).allowed;
config.rocmSupport = true;
config.permittedInsecurePackages = [ "electron-39.8.10" ];
in
import nixpkgs {
inherit system config;