chore: reinit

This commit is contained in:
Thiago Sposito 2025-08-25 22:42:48 -03:00
parent 095e9f4f6b
commit 3027322470
Signed by: thiago
GPG key ID: 3065EA73A976D430
29 changed files with 1215 additions and 528 deletions

15
.build.yml Normal file
View file

@ -0,0 +1,15 @@
image: nixos/unstable
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
sources:
- https://git.sr.ht/~sposito/nix-conf
tasks:
- build: |
cd nix-conf
nix flake check
- check_fmt: |
cd nix-conf
nixpkgs-fmt --check .
- static: |
cd nix-conf
nix run nixpkgs#statix check .