update workflows

This commit is contained in:
Vivian 2022-12-18 09:52:12 +01:00
parent 4a5ece9404
commit f476ee4295
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ on:
branches: [main]
jobs:
build-null:
build-aoife:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -33,7 +33,7 @@ jobs:
extraPullNames: hyprland
- name: "Build NixOS config ❄️"
run: |
nix run '.#' build -- --on "null"
nix run '.#' build -- --on "aoife"
build-iso:
runs-on: ubuntu-latest
steps: