flake: document how to update specific flake inputs

This commit is contained in:
Colin 2023-03-29 12:04:43 +00:00
parent 1db3a29dac
commit 4e8ca1a30d
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@
# - Flake RFC: <https://github.com/tweag/rfcs/blob/flakes/rfcs/0049-flakes.md>
# - Discussion: <https://github.com/NixOS/rfcs/pull/49>
# - <https://serokell.io/blog/practical-nix-flakes>
#
#
# COMMON OPERATIONS:
# - update a specific flake input:
# - `nix flake lock --update-input nixpkgs`
{
# XXX: use the `github:` scheme instead of the more readable git+https: because it's *way* more efficient