initial working version

This commit is contained in:
Abel Luck 2026-02-26 11:05:16 +01:00
parent db6b90134d
commit d986a0b31a
19 changed files with 1430 additions and 0 deletions

7
main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "guardianproject.dev/ops/nix-cache-login/cmd"
func main() {
cmd.Execute()
}