remove unused JSON-serialized args (sources)

This commit is contained in:
Kiara Grouwstra 2025-08-24 20:30:06 +02:00
parent 7c5a93ce82
commit ce889c14be
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -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