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]
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:

View file

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