about summary refs log tree commit diff
path: root/nixos/tests/os-prober.nix
diff options
context:
space:
mode:
authorsymphorien <symphorien@users.noreply.github.com>2019-06-09 19:12:07 +0000
committerGitHub <noreply@github.com>2019-06-09 19:12:07 +0000
commit04c9866b6e29428ca3710523e04b420a72eea192 (patch)
treecadcdbd7565c6f7f67ffa6f589730354a64f2cdf /nixos/tests/os-prober.nix
parentf452d640f03de5246c2a0316c842b17ebac84472 (diff)
nixos/tests/os-prober.nix: apply review suggestions
Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
Diffstat (limited to 'nixos/tests/os-prober.nix')
-rw-r--r--nixos/tests/os-prober.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/os-prober.nix b/nixos/tests/os-prober.nix
index b6acc499173bd..2cfb3f5f690d0 100644
--- a/nixos/tests/os-prober.nix
+++ b/nixos/tests/os-prober.nix
@@ -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)
     })))