summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-16 05:33:15 -0400
committerseth <[email protected]>2023-05-16 05:33:15 -0400
commitf64ebd9402c03de16ec11b0986a42416a25bd2ac (patch)
treeda673680b342afcd194c18460c0fb5ae3f47044b /flake.nix
parent453e8e84385ca357f0fc7f50e1ec285f6625470e (diff)
p-body: start hosting my website
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 d9dab8e..592cac8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -34,6 +34,11 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
};
+ getchoo-website = {
+ url = "github:getchoo/getchoo.github.io";
+ inputs.nixpkgs.follows = "nixpkgsUnstable";
+ inputs.pre-commit-hooks.follows = "pre-commit-hooks";
+ };
guzzle_api = {
url = "github:getchoo/guzzle_api";
inputs.nixpkgs.follows = "nixpkgsUnstable";