From 5bfb0451bf1d527916b28112937da9382f4ecf26 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Thu, 6 Feb 2020 09:23:27 +0100 Subject: [PATCH] Add Nimble packages flake Nimble is the package manager of the Nim programming language. --- flake-registry.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake-registry.json b/flake-registry.json index 6f84222..89c48d0 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -9,6 +9,9 @@ "flake:hydra": { "uri": "github:NixOS/hydra/flake" }, + "flake:nimble": { + "uri": "github:nix-community/flake-nimble" + }, "flake:nix": { "uri": "github:NixOS/nix/flakes" },