flake.nix: DRY

This commit is contained in:
Astro 2022-05-31 21:57:21 +02:00
parent e05e9d43cd
commit 8d6aedb5e3
1 changed files with 1 additions and 3 deletions

View File

@ -69,9 +69,7 @@
'' ''
); );
wrappers = { wrappers = {
"all-device-scripts" = pkg: "all-device-scripts" = hydraJob;
hydraJob pkg;
"export-config" = exportFileWrapper; "export-config" = exportFileWrapper;
"switch-.*" = exportFileWrapper; "switch-.*" = exportFileWrapper;
"ap.*" = exportFileWrapper; "ap.*" = exportFileWrapper;