Add arrpc
This commit is contained in:
parent
de8f3841aa
commit
b5d6c46c51
3 changed files with 41 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Reference in a new issue