diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 5 insertions, 2 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 = { |