From 04c9866b6e29428ca3710523e04b420a72eea192 Mon Sep 17 00:00:00 2001 From: symphorien Date: Sun, 9 Jun 2019 19:12:07 +0000 Subject: [PATCH] nixos/tests/os-prober.nix: apply review suggestions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Léo Gaspard --- nixos/tests/os-prober.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/os-prober.nix b/nixos/tests/os-prober.nix index b6acc499173..2cfb3f5f690 100644 --- a/nixos/tests/os-prober.nix +++ b/nixos/tests/os-prober.nix @@ -65,7 +65,7 @@ let [ ./hardware-configuration.nix ]; - }// (builtins.fromJSON (builtins.readFile ${ + } // (builtins.fromJSON (builtins.readFile ${ pkgs.writeText "simpleConfig.json" (builtins.toJSON simpleConfig) })))