Actually update the lockfile with `nix flake update`

This commit is contained in:
Cole Helbling 2021-10-18 12:54:45 -07:00
parent d59a70a64c
commit 4d349424c5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ runs:
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.5pre20211015_130284b/install
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix flake lock --commit-lock-file
- run: nix flake update --commit-lock-file
shell: bash
env:
GIT_AUTHOR_NAME: github-actions[bot]