Initial commit
This commit is contained in:
commit
430194beda
109 changed files with 9066 additions and 0 deletions
18
.forgejo/workflows/flake-check.yml
Normal file
18
.forgejo/workflows/flake-check.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: Flake check
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
flake-check:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v27
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
||||
- name: Run flake check
|
||||
run: nix flake check --impure
|
||||
Loading…
Add table
Add a link
Reference in a new issue