Skip to content

Commit b0cd1dd

Browse files
committed
fix: suggested command to update flake inputs
the --recreate-lock-file flag is marked as deprecated in the nix docs https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake-update#opt-recreate-lock-file
1 parent bd708b4 commit b0cd1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
description = "devshell";
33
# To update all inputs:
4-
# nix flake update --recreate-lock-file
4+
# nix flake update
55
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
66
inputs.flake-utils.url = "github:numtide/flake-utils";
77

0 commit comments

Comments
 (0)