nixos/tests/os-prober.nix: apply review suggestions

Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
This commit is contained in:
symphorien
2019-06-09 19:12:07 +00:00
committed by GitHub
parent f452d640f0
commit 04c9866b6e

View File

@@ -65,7 +65,7 @@ let
[ ./hardware-configuration.nix
<nixpkgs/nixos/modules/testing/test-instrumentation.nix>
];
}// (builtins.fromJSON (builtins.readFile ${
} // (builtins.fromJSON (builtins.readFile ${
pkgs.writeText "simpleConfig.json"
(builtins.toJSON simpleConfig)
})))