mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-23 18:59:36 +01:00
chore: no double caching, compression now supported
This commit is contained in:
parent
48bb6ed6fb
commit
4240bff280
3 changed files with 4 additions and 9 deletions
|
|
@ -16,8 +16,7 @@ let
|
|||
(lib.filterAttrs (k: v: v.enable) x);
|
||||
render-dt-overlay = { overlay, args }:
|
||||
"dtoverlay=" + overlay + "\n"
|
||||
+ lib.strings.concatMapStringsSep "\n" render-dt-param args + "\n"
|
||||
+ "dtoverlay=";
|
||||
+ lib.strings.concatMapStringsSep "\n" render-dt-param args + "\n";
|
||||
render-base-dt-params = params:
|
||||
lib.strings.concatMapStringsSep "\n" render-dt-param
|
||||
(render-dt-kvs params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue