[WIP] CI
This commit is contained in:
parent
55d258382d
commit
96d55a3648
3 changed files with 52 additions and 1 deletions
23
.github/workflows/build-thinkpad.yaml
vendored
Normal file
23
.github/workflows/build-thinkpad.yaml
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
name: build-thinkpad
|
||||
on:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- update_flake_lock_action
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- uses: cachix/install-nix-action@v17
|
||||
|
||||
- uses: cachix/cachix-action@v10
|
||||
with:
|
||||
name: aciceri-fleet
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
||||
- run: nix --print-build-logs --verbose build --allow-import-from-derivation --keep-going .#nixosConfigurations.thinkpad.config.system.build.toplevel
|
Loading…
Add table
Add a link
Reference in a new issue