mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-11-16 01:26:26 +01:00
wenche: fix eval
This commit is contained in:
parent
50e346c9bb
commit
ab04d573ed
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user