update nvd url

This commit is contained in:
Tim Schubert 2021-07-22 20:09:20 +02:00
parent 5208ff8b7e
commit d54b95313b
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 7 additions and 8 deletions

13
flake.lock generated
View file

@ -305,18 +305,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1625773975, "lastModified": 1626753471,
"narHash": "sha256-J4bbWBtVrB5tMk6tUKwKsvQotKpQFmbOZRTUr30aJ0M=", "narHash": "sha256-J4bbWBtVrB5tMk6tUKwKsvQotKpQFmbOZRTUr30aJ0M=",
"ref": "init-flake", "ref": "master",
"rev": "d6cbc5b4acead34f4c4042e6ba6800fecb64fc2e", "rev": "fd059e5b2ef64c27f4062d5438225ac0ebb8e193",
"revCount": 12, "revCount": 13,
"type": "git", "type": "git",
"url": "https://gitlab.com/dadada_/nvd.git" "url": "https://gitlab.com/khumba/nvd.git"
}, },
"original": { "original": {
"ref": "init-flake",
"type": "git", "type": "git",
"url": "https://gitlab.com/dadada_/nvd.git" "url": "https://gitlab.com/khumba/nvd.git"
} }
}, },
"ob-racket": { "ob-racket": {

View file

@ -19,7 +19,7 @@
nixos-hardware.url = github:NixOS/nixos-hardware/master; nixos-hardware.url = github:NixOS/nixos-hardware/master;
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
nvd = { nvd = {
url = git+https://gitlab.com/dadada_/nvd.git?ref=init-flake; url = git+https://gitlab.com/khumba/nvd.git;
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };