aux-search/.forgejo/workflows/build-flake-info.yml
Christoph Heiss e5c37d1c8b
Some checks failed
Build flake-info / build-flake-info (push) Failing after 1s
Frontend: Build & Deploy to Netlify / build-and-deploy (push) Failing after 1m34s
ci: try to mostly adapt workflows
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-06-14 22:53:40 +02:00

27 lines
516 B
YAML

name: "Build flake-info"
on:
pull_request:
paths:
- "flake.nix"
- "flake.lock"
- "flake-info/**"
push:
branches:
- main
jobs:
build-flake-info:
runs-on: nixos-unstable
steps:
- name: Checking out the repository
uses: actions/checkout@v4
- name: Enable flakes
run: |
echo 'experimental-features = nix-command flakes' >>/etc/nix/nix.conf
- name: Building flake-info
run: |
nix --accept-flake-config -vL build .#flake-info