flake: geoip is not a package
we just need it in GEOIP_PATH
This commit is contained in:
parent
eff2c4a730
commit
3949cf58e0
@ -56,7 +56,7 @@
|
|||||||
devShells.default = pkgs.mkShellNoCC {
|
devShells.default = pkgs.mkShellNoCC {
|
||||||
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
|
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
|
||||||
GEOIP_PATH = "${geoip}";
|
GEOIP_PATH = "${geoip}";
|
||||||
packages = devDeps ++ [geoip];
|
packages = devDeps;
|
||||||
};
|
};
|
||||||
|
|
||||||
formatter = pkgs.alejandra;
|
formatter = pkgs.alejandra;
|
||||||
|
Loading…
Reference in New Issue
Block a user