commit 160c2c60efb53d06d2086cc8ab2baf548b87fab2 from: mtmn date: Sun Jun 14 18:35:37 2026 UTC build: init commit - 5ac9ddab9fd230787fd4d822e778aefda3d129c8 commit + 160c2c60efb53d06d2086cc8ab2baf548b87fab2 blob - /dev/null blob + 61cb389bb6d9e999f537be4d07da178018c8386b (mode 644) --- /dev/null +++ .build.yml @@ -0,0 +1,9 @@ +image: nixos/unstable +sources: + - https://git.sr.ht/~mtmn/shirts +environment: + NIX_CONFIG: "experimental-features = nix-command flakes" +tasks: + - test: | + cd shirts + nix build blob - 605ba8a854ad8f4f7f0dc6e67e47b26aedc8804f (mode 644) blob + /dev/null --- BUILD +++ /dev/null @@ -1,13 +0,0 @@ -load("//bazel:local-deploy.bzl", "local_deploy") - -# you have to `mix escript.build` first and then copy the binary to /opt/tools -filegroup( - name = "binary", - srcs = ["shirt_linkener"], - visibility = ["//visibility:public"], -) - -local_deploy( - name = "deploy", - srcs = [":binary"], -)