nixfleet/.forgejo/workflows/build.yaml
2024-10-30 15:06:03 +01:00

12 lines
312 B
YAML

on:
push:
branches: ["*"]
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v4
name: Checkout repository
- name: Build with nix
# run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux"
run: nix build github:NixOS/nixpkgs#hello --rebuild -L