aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-26 09:19:11 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-26 09:19:11 -0500
commit6154fca38879afcb57f16adad002df083876116d (patch)
treefa30fa7334eb9ac95dc0dff6de586ab5f2e422c5 /flake.nix
parent716a1d1f79024dc0629c61bc912a570a4a200a25 (diff)
changes
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix13
1 files changed, 4 insertions, 9 deletions
diff --git a/flake.nix b/flake.nix
index 3a70fd3..0c64294 100644
--- a/flake.nix
+++ b/flake.nix
@@ -29,19 +29,14 @@
inputs.nixpkgs.follows = "nixpkgs";
};
- glide-browser = {
- url = "github:glide-browser/glide.nix";
- inputs.nixpkgs.follows = "nixpkgs";
- };
-
- vermilion = {
- url = "github:vaxerski/Vermilion";
- };
-
copyparty = {
url = "github:9001/copyparty";
inputs.nixpkgs.follows = "nixpkgs";
};
+ geolite-db = {
+ url = "file+https://github.com/P3TERX/GeoLite.mmdb/releases/latest/download/GeoLite2-City.mmdb";
+ flake = false;
+ };
tmux-tsunami = {
url = "github:bluedragon1221/tmux-tsunami";