Allow Steam using allowUnfreePredicate
This commit is contained in:
parent
6867c6ead3
commit
90db829f85
|
@ -6,4 +6,9 @@
|
||||||
steam
|
steam
|
||||||
steam-run
|
steam-run
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
|
"steam"
|
||||||
|
"steam-unwrapped"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue