chore: commented out ci until its fixed

This commit is contained in:
Thiago Sposito 2025-08-31 00:00:28 -03:00
parent 73c352c872
commit e40e98533c
Signed by: thiago
GPG key ID: 3065EA73A976D430

View file

@ -1,13 +1,13 @@
image: nixos/unstable # image: nixos/unstable
environment: # environment:
NIX_CONFIG: "experimental-features = nix-command flakes" # NIX_CONFIG: "experimental-features = nix-command flakes"
MY_NIX_FLAGS: "--extra-experimental-features command --extra-experimental-features flakes" # MY_NIX_FLAGS: "--extra-experimental-features command --extra-experimental-features flakes"
sources: # sources:
- https://git.sr.ht/~sposito/nix-conf # - https://git.sr.ht/~sposito/nix-conf
tasks: # tasks:
- check_fmt: | # - check_fmt: |
cd ~/nix-conf # cd ~/nix-conf
nix run nixpkgs#nixpgs-fmt ${MY_NIX_FLAGS} -- --check . # nix run nixpkgs#nixpgs-fmt ${MY_NIX_FLAGS} -- --check .
- static: | # - static: |
cd ~/nix-conf # cd ~/nix-conf
nix run nixpkgs#statix ${MY_NIX_FLAGS} -- check . # nix run nixpkgs#statix ${MY_NIX_FLAGS} -- check .