From c380b94eb8b36f9ff416d9392aab6f09021d1710 Mon Sep 17 00:00:00 2001 From: illis Date: Tue, 12 Sep 2023 10:33:49 +1200 Subject: [PATCH] Quote URLs --- templates/compiler-dev/flake.nix | 2 +- templates/init/flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compiler-dev/flake.nix b/templates/compiler-dev/flake.nix index 9f520f6..6acda35 100644 --- a/templates/compiler-dev/flake.nix +++ b/templates/compiler-dev/flake.nix @@ -7,7 +7,7 @@ # Used for shell.nix flake-compat = { - url = github:edolstra/flake-compat; + url = "github:edolstra/flake-compat"; flake = false; }; }; diff --git a/templates/init/flake.nix b/templates/init/flake.nix index d7a002d..3f04424 100644 --- a/templates/init/flake.nix +++ b/templates/init/flake.nix @@ -8,7 +8,7 @@ # Used for shell.nix flake-compat = { - url = github:edolstra/flake-compat; + url = "github:edolstra/flake-compat"; flake = false; }; };