about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 26cfc2d16c13..12a25e05d1da 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ There is also experimental flake support. In your `/etc/nixos/flake.nix` add the
       # ...
       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
       ];
     };