ci: use nixos-unstable-small for nix-shell
This commit is contained in:
parent
f4988fa0b4
commit
fb6e0e28dc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Update dependencies
|
- name: Update dependencies
|
||||||
run: |
|
run: |
|
||||||
nix flake update
|
nix flake update
|
||||||
env NIX_PATH=nixpkgs=$(nix flake metadata github:nixos/nixpkgs/nixos-unstable --json | jq -r .path) nix-shell ./home/programs/nvim/update-plugins.sh
|
env NIX_PATH=nixpkgs=$(nix flake metadata github:nixos/nixpkgs/nixos-unstable-small --json | jq -r .path) nix-shell ./home/programs/nvim/update-plugins.sh
|
||||||
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: "[automation] Update flake"
|
commit_message: "[automation] Update flake"
|
||||||
|
|
Loading…
Reference in a new issue