Quote url literal

This commit is contained in:
Sandro 2022-04-19 13:59:50 +02:00 committed by GitHub
parent 64a525ee38
commit 246e885130
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;
};
```