aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-04-25 22:59:40 +0100
committerFrankie B <git@diskfloppy.me>2023-04-25 22:59:40 +0100
commitb5d6c46c51bf79ade726c73e1e884acd6ff5607d (patch)
tree840b01e504a86549b886e61ffe2e768a97f61298 /flake.nix
parentde8f3841aa8ea7060a687197db5ee6674ecc9b1f (diff)
Add arrpc
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 9acecc3..91296db 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = {