added stuff
This commit is contained in:
parent
937f28770d
commit
236b8c2a6b
907 changed files with 70990 additions and 0 deletions
15
nyx/.forgejo/workflows/fmt.yml
Normal file
15
nyx/.forgejo/workflows/fmt.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: Flake Check
|
||||
|
||||
on: [push]
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- name: Check
|
||||
run: nix fmt -- -c .
|
Loading…
Add table
Add a link
Reference in a new issue