From 0e2334c5319d09c852c45011114a19f2f8bba99a Mon Sep 17 00:00:00 2001 From: malteneuss Date: Sat, 13 Feb 2021 20:59:31 +0100 Subject: [PATCH] Fix link to flake file in README flake example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26cfc2d..12a25e0 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 ]; };