forked from fabian/nix_config
templates/system-flake: fix pkgs/config parameters
This commit is contained in:
parent
ae5315326a
commit
6d0c611eae
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
lib:
|
{lib}:
|
||||||
with lib; {
|
with lib; {
|
||||||
android_sdk.accept_license = true;
|
android_sdk.accept_license = true;
|
||||||
allowUnfreePredicate = pkg: import ./unfree.nix lib (getName pkg);
|
allowUnfreePredicate = pkg: import ./unfree.nix lib (getName pkg);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue