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"; } ```