mirror of
https://gitlab.com/khumba/nvd.git
synced 2024-11-26 22:53:49 +01:00
Merge branch 'SuperSandro2000-master-patch-21642' into 'master'
Remove URL literal See merge request khumba/nvd!2
This commit is contained in:
commit
b082bd23f5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
description = "nvd";
|
description = "nvd";
|
||||||
inputs = {
|
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:
|
outputs = { self, flake-utils, nixpkgs, ... }: (flake-utils.lib.eachDefaultSystem (system:
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue