1
0
Fork 0

ci: Set NIX_PATH

This commit is contained in:
Daniel Kempkens 2023-12-12 09:12:12 +01:00
parent 6a7a5ce04e
commit 8af65a1e77
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -14,7 +14,7 @@ jobs:
- name: Update dependencies
run: |
nix flake update
nix-shell ./home/programs/nvim/update-plugins.sh
env NIX_PATH=nixpkgs=$(nix flake metadata github:nixos/nixpkgs/nixos-unstable --json | jq -r .path) nix-shell ./home/programs/nvim/update-plugins.sh
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[automation] Update flake"