From e0378992ac0f1bb1139d38665a81b1e980c10f36 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sun, 24 Aug 2025 20:30:06 +0200 Subject: [PATCH] remove unused JSON-serialized args (sources) --- deployment/check/data-model/nixosTest.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/deployment/check/data-model/nixosTest.nix b/deployment/check/data-model/nixosTest.nix index 52d6f70e..13b8ad25 100644 --- a/deployment/check/data-model/nixosTest.nix +++ b/deployment/check/data-model/nixosTest.nix @@ -66,14 +66,6 @@ in ' let - args = builtins.fromJSON "${ - lib.replaceStrings [ "\"" ] [ "\\\\\"" ] ( - lib.strings.toJSON { - inherit sources; - } - ) - }"; - inherit (args) sources; configuration = { pkgs, config, ... }: { imports = [ ${pathToRoot}/deployment/check/common/sharedOptions.nix