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) })))