wenche: fix eval
All checks were successful
Eval nix flake / evals (push) Successful in 6m23s

This commit is contained in:
2025-11-12 01:01:32 +09:00
parent 50e346c9bb
commit ab04d573ed

View File

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