nixos/installer: correct comment in tools.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
znmz
2026-05-12 23:55:55 +03:00
co-authored by Sandro
parent 60b4a57865
commit 6cc28f79f8
+1 -1
View File
@@ -76,7 +76,7 @@ let
{
inputs = {
# This is pointing to an unstable release.
# If you prefer a stable release instead, you can this to the latest number shown here: https://nixos.org/download
# If you prefer a stable release instead, you can change the word unstable to the latest number shown here: https://nixos.org/download
# i.e. nixos-24.11
# Use `nix flake update` to update the flake to the latest revision of the chosen release channel.
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";