nixvim/.gitea/workflows/nix-flake-check.yaml
fuckwit f211a10328
Some checks failed
nix flake check / nix-flake-update (push) Failing after 14s
try nixpkgs/nix-flakes docker container
2025-01-12 18:06:57 +01:00

12 lines
219 B
YAML

name: nix flake check
on: push
jobs:
nix-flake-update:
runs-on: ubuntu-latest
container: nixpkgs/nix-flakes
steps:
- uses: actions/checkout@v4
- name: Check flake
run: nix flake check