update workflows

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

View file

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

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "https://download.deemix.app/gui/linux-x64-latest.AppImage"; url = "https://download.deemix.app/gui/linux-x64-latest.AppImage";
sha256 = "sha256-poEvEIYd5FXRweAGIK5AzPjBWY3p8ertiBPbEV0sv+c="; sha256 = "sha256-e2neemsAzGniBpXIPYbKk5LQHoYLvFj5/8QszCcoTYM=";
name = "${pname}-${version}.AppImage"; name = "${pname}-${version}.AppImage";
}; };