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; }; };