default.nix: quote urls

This commit is contained in:
Jörg Thalheim 2024-08-12 08:27:53 +02:00 committed by mergify[bot]
parent d6c5d29f58
commit a12a28f636

View File

@ -1,4 +1,4 @@
(import (builtins.fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
(import (builtins.fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz") {
src = ./.;
})
.defaultNix