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)
downloadnixpkgs-04c9866b6e29428ca3710523e04b420a72eea192.tar
nixpkgs-04c9866b6e29428ca3710523e04b420a72eea192.tar.gz
nixpkgs-04c9866b6e29428ca3710523e04b420a72eea192.tar.bz2
nixpkgs-04c9866b6e29428ca3710523e04b420a72eea192.tar.lz
nixpkgs-04c9866b6e29428ca3710523e04b420a72eea192.tar.xz
nixpkgs-04c9866b6e29428ca3710523e04b420a72eea192.tar.zst
nixpkgs-04c9866b6e29428ca3710523e04b420a72eea192.zip
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 b6acc499173..2cfb3f5f690 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)
     })))