From c241158df5fefe73740d5b3e6324fd712f48027c Mon Sep 17 00:00:00 2001 From: Drewry Pope Date: Fri, 18 Aug 2023 22:18:31 -0500 Subject: [PATCH] quote URLs in nix unquoted URLs are being deprecated and their usage is discouraged --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 08e1162..551f725 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ # Used for shell.nix flake-compat = { - url = github:edolstra/flake-compat; + url = "github:edolstra/flake-compat"; flake = false; }; };