formatting
This commit is contained in:
parent
0fdc1b1c9c
commit
9d8b0a8e5a
3 changed files with 43 additions and 41 deletions
|
|
@ -20,7 +20,9 @@
|
||||||
# mobile-nixos needs aliases (uses nettools instead of net-tools)
|
# mobile-nixos needs aliases (uses nettools instead of net-tools)
|
||||||
nixpkgs.config.allowAliases = true;
|
nixpkgs.config.allowAliases = true;
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate =
|
||||||
|
pkg:
|
||||||
|
builtins.elem (lib.getName pkg) [
|
||||||
"oneplus-sdm845-firmware-zstd"
|
"oneplus-sdm845-firmware-zstd"
|
||||||
"oneplus-sdm845-firmware"
|
"oneplus-sdm845-firmware"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue