added stuff
This commit is contained in:
parent
e8d9044d2b
commit
9d0ebdfbd0
907 changed files with 70990 additions and 0 deletions
15
nyx/.forgejo/workflows/check.yml
Normal file
15
nyx/.forgejo/workflows/check.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 flake check
|
Loading…
Add table
Add a link
Reference in a new issue