update workflows
This commit is contained in:
parent
4a5ece9404
commit
f476ee4295
2 changed files with 3 additions and 3 deletions
4
.github/workflows/nixos.yml
vendored
4
.github/workflows/nixos.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue