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 = {
"all-device-scripts" = pkg:
hydraJob pkg;
"all-device-scripts" = hydraJob;
"export-config" = exportFileWrapper;
"switch-.*" = exportFileWrapper;
"ap.*" = exportFileWrapper;