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.nix | |
parent | de8f3841aa8ea7060a687197db5ee6674ecc9b1f (diff) |
Add arrpc
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 = { |