1
Fork 0
mirror of https://github.com/RGBCube/crash synced 2025-07-27 08:27:44 +00:00

Don't override input in readme example

This commit is contained in:
RGBCube 2024-05-15 18:04:55 +03:00 committed by GitHub
parent 886ca98838
commit 6741fe87ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,10 +28,7 @@ Simply add this repository to your inputs like so:
```nix ```nix
{ {
inputs.crash = { inputs.crash.url = "github:RGBCube/crash";
url = "github:RGBCube/crash";
inputs.nixpkgs.follows = "nixpkgs";
};
} }
``` ```