aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 = {