Merge pull request #40 from SuperSandro2000/patch-1

Quote url literal
This commit is contained in:
Eelco Dolstra 2022-04-19 15:22:48 +02:00 committed by GitHub
commit b4a34015c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ To use, add the following to your `flake.nix`:
```nix
inputs.flake-compat = {
url = github:edolstra/flake-compat;
url = "github:edolstra/flake-compat";
flake = false;
};
```