Skip to content

Commit

Permalink
fix: suggested command to update flake inputs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
deemp committed Jan 7, 2024
1 parent bd708b4 commit b0cd1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "devshell";
# To update all inputs:
# nix flake update --recreate-lock-file
# nix flake update
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";

Expand Down

0 comments on commit b0cd1dd

Please sign in to comment.