From b9280fd22a7018a739217b7779fc398a252e4d01 Mon Sep 17 00:00:00 2001 From: Adrian Reyer <are@lihas.de> Date: Sun, 19 Jan 2025 19:31:39 +0100 Subject: [PATCH] according to output of nix flake update ..., this is the current call --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07ced05..74649a0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Use `nix-shell` or `nix develop` to use ansible. Update to newer nixpkgs version (check functionality and add a commit afterwards): -`nix flake update --recreate-lock-file --update-input nixpkgs` +`nix flake update` #### Using direnv -- GitLab