From 4bccde9eff47544cf83de0a8b63da6e77808366f Mon Sep 17 00:00:00 2001 From: Amneesh Date: Sun, 16 May 2021 20:34:55 +0530 Subject: [PATCH] holy shit im so stupid --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f748ae1..400e8bd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - pkgs: + pkg: - anup - customscripts - mpd_discord_richpresence @@ -25,14 +25,14 @@ jobs: with: name: natto1784 authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - run: nix build -L .#${{ matrix.pkgs }} + - run: nix build -L .#${{ matrix.pkg }} nixos: name: build nixos configurations runs-on: ubuntu-latest strategy: matrix: - hosts: + host: - Satori steps: - uses: actions/checkout@v2.3.4