From b5d6c46c51bf79ade726c73e1e884acd6ff5607d Mon Sep 17 00:00:00 2001 From: Frankie B Date: Tue, 25 Apr 2023 22:59:40 +0100 Subject: Add arrpc --- flake.lock | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index d243b8e..c3d272c 100644 --- a/flake.lock +++ b/flake.lock @@ -16,6 +16,26 @@ "type": "github" } }, + "arrpc": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1682178574, + "narHash": "sha256-CMEeluAfiDt0c9rl9vcbqgOxm/0nFtmHJYiTCIEDLGo=", + "owner": "notashelf", + "repo": "arrpc-flake", + "rev": "965b885e182a695e45fba3ad97ec85e1fe31171a", + "type": "github" + }, + "original": { + "owner": "notashelf", + "repo": "arrpc-flake", + "type": "github" + } + }, "bufdelete-nvim": { "flake": false, "locked": { @@ -1419,6 +1439,7 @@ }, "root": { "inputs": { + "arrpc": "arrpc", "home-manager": "home-manager", "neovim-flake": "neovim-flake", "nixpkgs": "nixpkgs_4", -- cgit v1.2.3-54-g00ecf