Remove URL literal

This commit is contained in:
Sandro 2022-05-23 16:47:16 +00:00
parent 0d3aba5510
commit e8e614c79d

View file

@ -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