mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-24 18:49:45 +01:00
Fix link to flake file in README flake example
This commit is contained in:
parent
0cb5491af9
commit
0e2334c531
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ There is also experimental flake support. In your `/etc/nixos/flake.nix` add the
|
||||||
# ...
|
# ...
|
||||||
modules = [
|
modules = [
|
||||||
# ...
|
# ...
|
||||||
# add your model from this list: https://github.com/NixOS/nixos-hardware/blob/flakes/flake.nix
|
# add your model from this list: https://github.com/NixOS/nixos-hardware/blob/master/flake.nix
|
||||||
nixos-hardware.nixosModules.dell-xps-13-9380
|
nixos-hardware.nixosModules.dell-xps-13-9380
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue