add nixpkgs

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-13 06:32:38 +01:00
parent 03667319ca
commit aaf131dcb4
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -12,6 +12,7 @@ jobs:
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v17 uses: cachix/install-nix-action@v17
with: with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: | extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Update flake.lockfile - name: Update flake.lockfile
@ -24,6 +25,7 @@ jobs:
run: cd matrix/matrix-media-repo && ./update.sh run: cd matrix/matrix-media-repo && ./update.sh
- name: Run nix formatter - name: Run nix formatter
run: nix fmt run: nix fmt
- run: git add .
- name: Commit and push - name: Commit and push
uses: technote-space/create-pr-action@v2 uses: technote-space/create-pr-action@v2
with: with: