diff options
author | Frankie B <git@diskfloppy.me> | 2023-04-25 22:59:40 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-04-25 22:59:40 +0100 |
commit | b5d6c46c51bf79ade726c73e1e884acd6ff5607d (patch) | |
tree | 840b01e504a86549b886e61ffe2e768a97f61298 /flake.lock | |
parent | de8f3841aa8ea7060a687197db5ee6674ecc9b1f (diff) |
Add arrpc
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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", |