chore: commented out ci until its fixed
This commit is contained in:
parent
73c352c872
commit
e40e98533c
1 changed files with 13 additions and 13 deletions
26
.build.yml
26
.build.yml
|
|
@ -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 .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue