Merge branch 'SuperSandro2000-master-patch-21642' into 'master'

Remove URL literal

See merge request khumba/nvd!2
This commit is contained in:
Bryan Gardiner 2022-05-28 04:18:12 +00:00
commit b082bd23f5

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