From 6741fe87ce7671df7d791212b832e18d79dc058d Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 15 May 2024 18:04:55 +0300 Subject: [PATCH] Don't override input in readme example --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 4333146..a1c0010 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,7 @@ Simply add this repository to your inputs like so: ```nix { - inputs.crash = { - url = "github:RGBCube/crash"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + inputs.crash.url = "github:RGBCube/crash"; } ```