diff --git a/flake.nix b/flake.nix index 81d2b9a..be1b1e4 100644 --- a/flake.nix +++ b/flake.nix @@ -69,9 +69,7 @@ '' ); wrappers = { - "all-device-scripts" = pkg: - hydraJob pkg; - + "all-device-scripts" = hydraJob; "export-config" = exportFileWrapper; "switch-.*" = exportFileWrapper; "ap.*" = exportFileWrapper;