A .build.yml => .build.yml +16 -0
@@ 0,0 1,16 @@
+image: nixos/unstable
+packages:
+ - nixos.cachix
+environment:
+ NIX_CONFIG: "experimental-features = nix-command flakes"
+secrets:
+ - f2907d38-97b4-4e7d-9fb9-57b3fb0135af
+tasks:
+- setup_cachix: |
+ cat ~/.cachix_token | cachix authtoken --stdin
+ cachix use misterio
+- build: |
+ cd sistemer-bot
+ nix --quiet build
+- upload_cachix: |
+ nix path-info sistemer-bot/result/ -r | cachix push misterio
M README.md => README.md +3 -0
@@ 1,1 1,4 @@
# Sistemer bot
+
+[![builds.sr.ht status](https://builds.sr.ht/~misterio/sistemer-bot.svg)](https://builds.sr.ht/~misterio/sistemer-bot?)
+[![built with nix](https://img.shields.io/static/v1?logo=nixos&logoColor=white&label=&message=Built%20with%20Nix&color=41439a)](https://builtwithnix.org)