1
Fork 0

flake: geoip is not a package

we just need it in GEOIP_PATH
This commit is contained in:
Motiejus Jakštys 2024-01-12 13:35:38 +02:00
parent eff2c4a730
commit 3949cf58e0
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
devShells.default = pkgs.mkShellNoCC {
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
GEOIP_PATH = "${geoip}";
packages = devDeps ++ [geoip];
packages = devDeps;
};
formatter = pkgs.alejandra;