From 766ef472e0685bf6b1f5a666f268ce5ea4051ec4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 30 Dec 2025 11:36:02 -0800 Subject: fix typo in justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index a63b1bd..3d49102 100644 --- a/justfile +++ b/justfile @@ -5,7 +5,7 @@ default: # update the flakes [group('nix')] update-deps: - nix flake update --commit-look-file + nix flake update --commit-lock-file # check the flake for errors [group('nix')] -- cgit v1.2.3