From 9f7b1c7a2609d6d87bf22520575ba98c0360347d Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sun, 26 May 2024 02:18:58 +0000 Subject: [PATCH] Add package nim_lk (#2881) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 51117df..1ffa21b 100644 --- a/packages.json +++ b/packages.json @@ -33486,5 +33486,17 @@ "description": "Basic wrapper over std/sysrand", "license": "BSD-3-Clause", "web": "https://github.com/penguinite/rng" + }, + { + "name": "nim_lk", + "url": "https://git.sr.ht/~ehmry/nim_lk", + "method": "git", + "tags": [ + "package", + "sbom" + ], + "description": "Nix lockfile generator", + "license": "BSD-3-Clause", + "web": "https://git.sr.ht/~ehmry/nim_lk" } ]