docs: flake input nixpkgs harmonize capitalisation

This commit is contained in:
Malix - Alix Brunet 2026-06-01 11:57:29 +02:00
parent 485fe1c88d
commit 571b99c6aa
No known key found for this signature in database
5 changed files with 11 additions and 11 deletions

View file

@ -10,9 +10,9 @@ To create an initial SD card image for installation:
# flake.nix
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware = {
url = "github:nixos/nixos-hardware";
url = "github:NixOS/nixos-hardware";
inputs.nixpkgs.follows = "nixpkgs";
};
};
@ -83,9 +83,9 @@ flake:
# flake.nix
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware = {
url = "github:nixos/nixos-hardware";
url = "github:NixOS/nixos-hardware";
inputs.nixpkgs.follows = "nixpkgs";
};
};