From d54b95313bb171dd16e694801d98003304c9b579 Mon Sep 17 00:00:00 2001
From: dadada <dadada@dadada.li>
Date: Thu, 22 Jul 2021 20:09:20 +0200
Subject: [PATCH] update nvd url

---
 flake.lock | 13 ++++++-------
 flake.nix  |  2 +-
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/flake.lock b/flake.lock
index 22a267e..a7184eb 100644
--- a/flake.lock
+++ b/flake.lock
@@ -305,18 +305,17 @@
         ]
       },
       "locked": {
-        "lastModified": 1625773975,
+        "lastModified": 1626753471,
         "narHash": "sha256-J4bbWBtVrB5tMk6tUKwKsvQotKpQFmbOZRTUr30aJ0M=",
-        "ref": "init-flake",
-        "rev": "d6cbc5b4acead34f4c4042e6ba6800fecb64fc2e",
-        "revCount": 12,
+        "ref": "master",
+        "rev": "fd059e5b2ef64c27f4062d5438225ac0ebb8e193",
+        "revCount": 13,
         "type": "git",
-        "url": "https://gitlab.com/dadada_/nvd.git"
+        "url": "https://gitlab.com/khumba/nvd.git"
       },
       "original": {
-        "ref": "init-flake",
         "type": "git",
-        "url": "https://gitlab.com/dadada_/nvd.git"
+        "url": "https://gitlab.com/khumba/nvd.git"
       }
     },
     "ob-racket": {
diff --git a/flake.nix b/flake.nix
index 692e5a1..b1d3c4f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,7 +19,7 @@
     nixos-hardware.url = github:NixOS/nixos-hardware/master;
     nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
     nvd = {
-      url = git+https://gitlab.com/dadada_/nvd.git?ref=init-flake;
+      url = git+https://gitlab.com/khumba/nvd.git;
       inputs.nixpkgs.follows = "nixpkgs";
     };
   };