Conversation
ad88cde to
1462967
Compare
a333228 to
fe990ad
Compare
29548a7 to
e1f0121
Compare
e1f0121 to
37ea792
Compare
37ea792 to
d2afac3
Compare
d2afac3 to
80921a8
Compare
80921a8 to
4ed36f4
Compare
8f8284a to
f414278
Compare
f414278 to
94f50c2
Compare
|
I rebased and ran |
|
Looks like |
94f50c2 to
d63db89
Compare
|
Rebased again to pull in |
No worries, your reviews are helpful and I've learned quite a lot :-) |
infinisil
left a comment
There was a problem hiding this comment.
Looking good! Can you squash the commits into at least one for the package and one for the module?
4572c3e to
741d29e
Compare
|
I'm going to put the braces back on where Lines 266 to 270 in d4bbe9a Here's the error message from the module: |
741d29e to
8fac068
Compare
|
Done diff --git a/nixos/modules/services/video/mirakurun.nix b/nixos/modules/services/video/mirakurun.nix
index e878802db7c..ec45bd84184 100644
--- a/nixos/modules/services/video/mirakurun.nix
+++ b/nixos/modules/services/video/mirakurun.nix
@@ -145,8 +145,8 @@ in
getconf = target: config.environment.etc."mirakurun/${target}.yml".source;
targets = [
"server"
- ] ++ optionals (cfg.tunerSettings != null) "tuners"
- ++ optionals (cfg.channelSettings != null) "channels";
+ ] ++ optionals (cfg.tunerSettings != null) [ "tuners" ]
+ ++ optionals (cfg.channelSettings != null) [ "channels" ];
in (map getconf targets);
};
}; |
8fac068 to
3c951a6
Compare
|
Thanks! Would you also mind to take a look at #49413? |
Motivation for this change
Mirakurun is a backend for DVR software that manages ISDB-compatible tuners.
Things done
sandboxinnix.confon non-NixOS)nix-shell -p nox --run "nox-review wip"./result/bin/)nix path-info -Sbefore and after)