docs: flake input fallback to default branch

This commit is contained in:
Malix - Alix Brunet 2026-06-01 11:44:03 +02:00
parent d84f0810be
commit b28e08a81f
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ the following:
```nix
{
description = "NixOS configuration with flakes";
inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master";
inputs.nixos-hardware.url = "github:NixOS/nixos-hardware";
outputs = { self, nixpkgs, nixos-hardware }: {
# replace <your-hostname> with your actual hostname