mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
adding jeeves-build action
This commit is contained in:
19
.github/workflows/jeeves-build.yml
vendored
Normal file
19
.github/workflows/jeeves-build.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user