From e8e614c79d62b3eff75e88a54d3f8df41682235b Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 23 May 2022 16:47:16 +0000 Subject: [PATCH] Remove URL literal --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 31ae6dd..5c723e9 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "nvd"; inputs = { - flake-utils.url = github:numtide/flake-utils; + flake-utils.url = "github:numtide/flake-utils"; }; outputs = { self, flake-utils, nixpkgs, ... }: (flake-utils.lib.eachDefaultSystem (system: let