diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-26 09:19:11 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-26 09:19:11 -0500 |
| commit | 6154fca38879afcb57f16adad002df083876116d (patch) | |
| tree | fa30fa7334eb9ac95dc0dff6de586ab5f2e422c5 /flake.nix | |
| parent | 716a1d1f79024dc0629c61bc912a570a4a200a25 (diff) | |
changes
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -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"; |
