wenche: fix eval

This commit is contained in:
h7x4 2025-11-12 01:01:32 +09:00
parent 50e346c9bb
commit ab04d573ed
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

@ -84,7 +84,7 @@
pkgs = import nixpkgs { pkgs = import nixpkgs {
inherit system; inherit system;
extraArgs.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg)
[ [
"nvidia-x11" "nvidia-x11"
"nvidia-settings" "nvidia-settings"