From 4d349424c5d908101c117e9f333d5620ff2d2326 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Mon, 18 Oct 2021 12:54:45 -0700 Subject: [PATCH] Actually update the lockfile with `nix flake update` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 94fe857..c0a463c 100644 --- a/action.yml +++ b/action.yml @@ -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]