Set up a nix build job

This commit is contained in:
Savanni D'Gerinel 2025-03-27 23:52:37 -04:00
parent 45cde32ff2
commit 95d40800f4

View File

@ -17,3 +17,14 @@ jobs:
run: |
ls ${{ gitea.workspace }}
- run: echo "This job's status is ${{ job.status }}."
build-flake:
runs-on: native
steps:
- name: Checkout repository code
uses: actions/checkout@v4
- name: Build the apps
run: nix build .#all
- name: Check the end of the build
run: ls ${{ gitea.workspace }}/result/bin