This commit is contained in:
Charlotte 🦝 Delenk 2023-05-10 08:40:48 +01:00
parent f03b9222c0
commit 0ef8e78af8
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -46,6 +46,7 @@ in
outputs = ["out" "systemd_unit" "systemd_unit_hardened"];
buildPhase = ''
go mod tidy
make build
'';