summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-12 01:19:14 -0500
committerseth <[email protected]>2023-11-12 01:19:14 -0500
commitce668038ac8f1a39ea68ab476b13591b215a5f29 (patch)
treeb4d63bf17cc6176adfd80d5f8ee40378ce29078b /flake.nix
parent89f11c710280eff277f82162e8c0d8627bf7eeb6 (diff)
flake/atlas: remove guzzle_api
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/flake.nix b/flake.nix
index 45afb0b..1a13ac3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -60,15 +60,6 @@
};
};
- guzzle_api = {
- url = "github:getchoo/guzzle_api";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- parts.follows = "parts";
- pre-commit.follows = "pre-commit";
- };
- };
-
hm = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";