From d7f4310121e3396b819ad6ad57cf60dd8eb688d9 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 28 Jul 2023 12:02:51 +0300 Subject: [PATCH] dev: update nmd source --- flake.lock | 14 +++++++------- flake.nix | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 3741f25..14f4169 100644 --- a/flake.lock +++ b/flake.lock @@ -855,17 +855,17 @@ "nmd": { "flake": false, "locked": { - "lastModified": 1680213367, - "narHash": "sha256-NbSXxpFAK5IMcsQTK0vSGy099HExx3SEagqW4Lpc+X8=", - "owner": "rycee", + "lastModified": 1687627428, + "narHash": "sha256-7zGfXuNS5RHqhpEdz2fwrtqvF86JRo5U1hrxZSYgcm8=", + "owner": "~rycee", "repo": "nmd", - "rev": "abb15317ebd17e5a0a7dd105e2ce52f2700185a8", - "type": "gitlab" + "rev": "824a380546b5d0d0eb701ff8cd5dbafb360750ff", + "type": "sourcehut" }, "original": { - "owner": "rycee", + "owner": "~rycee", "repo": "nmd", - "type": "gitlab" + "type": "sourcehut" } }, "noice-nvim": { diff --git a/flake.nix b/flake.nix index d207bff..85d4bfe 100644 --- a/flake.nix +++ b/flake.nix @@ -58,7 +58,7 @@ # For generating documentation website nmd = { - url = "gitlab:rycee/nmd"; + url = "sourcehut:~rycee/nmd"; flake = false; };