mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
added build_muninn workflow
This commit is contained in:
18
.github/workflows/build_muninn.yml
vendored
Normal file
18
.github/workflows/build_muninn.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: build_muninn
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: build_muninn
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@v3
|
||||
- name: Build default package
|
||||
run: 'nix-shell -p nixos-rebuild --run "nixos-rebuild build --flake ./#muninn"'
|
||||
Reference in New Issue
Block a user