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"; }; };