Add arrpc

This commit is contained in:
Frankie B 2023-04-25 22:59:40 +01:00
commit b5d6c46c51
3 changed files with 41 additions and 4 deletions

View file

@ -18,8 +18,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# TODO: Add any other flake you might need
# nixos-hardware.url = "github:nixos/nixos-hardware";
# arrpc
arrpc = {
url = "github:notashelf/arrpc-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {