adding jeeves-build action

This commit is contained in:
2024-11-24 10:46:06 -05:00
parent a85746629d
commit 5b088efecb

19
.github/workflows/jeeves-build.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: jeeves-build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build:
name: Build Nix targets
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4 # This action
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v3
- name: Build default package
run: nixos-rebuild build --flake /home/richie/projects/dotfiles#jeeves