e11sync

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit 3949cf58e085e9cdfb7cfc7227936ede8637ccc2 (tree)
parent eff2c4a730d909b65900adb3fd5edafd49817d52
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Fri, 12 Jan 2024 13:35:38 +0200

flake: geoip is not a package

we just need it in GEOIP_PATH

Diffstat:
Mflake.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix @@ -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;