treewide: remove redundant quotes
This commit is contained in:
@@ -4,18 +4,18 @@
|
||||
}:
|
||||
let
|
||||
allSpecs = {
|
||||
"x86_64-linux" = {
|
||||
x86_64-linux = {
|
||||
system = "linux64";
|
||||
sha256 = "04wb6h57daxmnv3a3xrcsznawbx7r8wyi1vk1g26z2l2ppcnsbzv";
|
||||
};
|
||||
|
||||
"x86_64-darwin" = {
|
||||
x86_64-darwin = {
|
||||
system = "mac64";
|
||||
sha256 = "0f8j7m8ardaaw8pv02vxhwkqbcm34366bln0np0j0ig21d4fag09";
|
||||
};
|
||||
};
|
||||
|
||||
spec = allSpecs."${stdenv.hostPlatform.system}"
|
||||
spec = allSpecs.${stdenv.hostPlatform.system}
|
||||
or (throw "missing chromedriver binary for ${stdenv.hostPlatform.system}");
|
||||
|
||||
libs = stdenv.lib.makeLibraryPath [
|
||||
|
||||
Reference in New Issue
Block a user