chore: reinit
This commit is contained in:
parent
095e9f4f6b
commit
3027322470
29 changed files with 1215 additions and 528 deletions
15
.build.yml
Normal file
15
.build.yml
Normal 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 .
|
||||
Loading…
Add table
Add a link
Reference in a new issue