docs: flake input nixpkgs harmonize capitalisation
This commit is contained in:
parent
485fe1c88d
commit
571b99c6aa
5 changed files with 11 additions and 11 deletions
|
|
@ -4,9 +4,9 @@ Create and configure the `flake.nix` file:
|
|||
|
||||
``` nix
|
||||
{
|
||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
inputs.nixos-hardware = {
|
||||
url = "github:nixos/nixos-hardware";
|
||||
url = "github:NixOS/nixos-hardware";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue