treewide: remove redundant quotes
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
with stdenv.lib;
|
||||
|
||||
let
|
||||
optionOnOff = option: "${if option then "on" else "off"}";
|
||||
optionOnOff = option: if option then "on" else "off";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
Reference in New Issue
Block a user