summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-23 06:21:19 -0400
committerseth <[email protected]>2023-04-23 06:21:19 -0400
commit198ab36214456ba2e660aa71b4e75341dd87c7d4 (patch)
treef4567e38e3a26d1381753fe56660495fb17fa215 /flake.nix
parent82d30e10ad00e523b215b03c895cdbab319b028d (diff)
init p-body
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a1c84f5..4779da6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -24,6 +24,11 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
};
+ guzzle_api = {
+ url = "github:getchoo/guzzle_api";
+ inputs.nixpkgs.follows = "nixpkgsUnstable";
+ inputs.pre-commit-hooks.follows = "pre-commit-hooks";
+ };
haumea = {
url = "github:nix-community/haumea";
inputs.nixpkgs.follows = "nixpkgs";