summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-20 01:10:23 -0400
committerseth <[email protected]>2023-05-20 01:13:21 -0400
commit0392725a831df6f17518af35ea757831b2acd0f2 (patch)
tree70011129ef5be02c0521ee1c3f1d470ce6e7db9c /flake.nix
parentbc34e52da93833b4fc15d5e9049fb9a91969baeb (diff)
p-body: stop hosting my website
i switched to cloudflare pages
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 7507367..d48b4df 100644
--- a/flake.nix
+++ b/flake.nix
@@ -34,10 +34,6 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
};
- getchoo-website = {
- url = "github:getchoo/getchoo.github.io";
- inputs.pre-commit-hooks.follows = "pre-commit-hooks";
- };
guzzle_api = {
url = "github:getchoo/guzzle_api";
inputs.nixpkgs.follows = "nixpkgsUnstable";