diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-26 20:07:06 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-26 20:07:06 -0400 |
| commit | 62665656ffc8c20b7913b64dd14f4739bdcf29e7 (patch) | |
| tree | 52893728becf4b7cb7b6b21f36d3a030b33ab376 /pkgs | |
| parent | 0a566abb1557f1a06723564b080061c06afd5de9 (diff) | |
| download | x-62665656ffc8c20b7913b64dd14f4739bdcf29e7.tar.xz x-62665656ffc8c20b7913b64dd14f4739bdcf29e7.zip | |
chore: reformat the world, set up autoformat on commit
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/home-automount-nas/yeetfile.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/pkgs/home-automount-nas/yeetfile.js b/pkgs/home-automount-nas/yeetfile.js index 2b89868..4cf9bee 100644 --- a/pkgs/home-automount-nas/yeetfile.js +++ b/pkgs/home-automount-nas/yeetfile.js @@ -1,12 +1,12 @@ rpm.build({ - name: "home-automount-nas", - description: "Automount the NAS drive on boot", - homepage: "https://xeiaso.net", - license: "CC0", - goarch: "all", + name: "home-automount-nas", + description: "Automount the NAS drive on boot", + homepage: "https://xeiaso.net", + license: "CC0", + goarch: "all", - build: ({ systemd }) => { - file.install("./mnt-itsuki.automount", `${systemd}/mnt-itsuki.automount`); - file.install("./mnt-itsuki.mount", `${systemd}/mnt-itsuki.mount`); - }, -});
\ No newline at end of file + build: ({ systemd }) => { + file.install("./mnt-itsuki.automount", `${systemd}/mnt-itsuki.automount`); + file.install("./mnt-itsuki.mount", `${systemd}/mnt-itsuki.mount`); + }, +}); |
