docs: flake input fallback to default branch
This commit is contained in:
parent
d84f0810be
commit
b28e08a81f
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue