diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-06 09:40:30 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-13 23:18:01 +0200 |
commit | 281d0a867bc542bef52d5091fed3bf1b0d3b9ef6 (patch) | |
tree | dff4cb69b1560655257b44190a17f99ed5b5f62b /infra/githooks/post-receive | |
parent | 50ea018252ce69542eab6a107b99ea8179810d1e (diff) |
build: introduce Nix package and NixOS service
Diffstat (limited to 'infra/githooks/post-receive')
-rwxr-xr-x | infra/githooks/post-receive | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/infra/githooks/post-receive b/infra/githooks/post-receive deleted file mode 100755 index 527b5b1..0000000 --- a/infra/githooks/post-receive +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -cd .. -go build lexsurf.go -sudo systemctl restart lexsurf |