From 8d6aedb5e3329affb5bcfd360403a04d108ec1bb Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 31 May 2022 21:57:21 +0200 Subject: [PATCH] flake.nix: DRY --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;