From aaf131dcb446b8cbf4ea6f65b9e2035ea3bd3fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Mon, 13 Jun 2022 06:32:38 +0100 Subject: [PATCH] add nixpkgs --- .github/workflows/update-flake.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index ecf8917..f8c01d6 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -12,6 +12,7 @@ jobs: - name: Install Nix uses: cachix/install-nix-action@v17 with: + nix_path: nixpkgs=channel:nixos-unstable extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Update flake.lockfile @@ -24,6 +25,7 @@ jobs: run: cd matrix/matrix-media-repo && ./update.sh - name: Run nix formatter run: nix fmt + - run: git add . - name: Commit and push uses: technote-space/create-pr-action@v2 with: