e11sync

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

commit a27d0cdc96d37ef924a4d3b2ad149b2f871d2e06 (tree)
parent c2c980e31d768f5fadded9f8a77dedbee3be5798
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sat, 13 Jan 2024 19:30:41 +0200

syntax

Diffstat:
Mflake.nix | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -115,10 +115,11 @@ }; devShells.default = pkgs.mkShellNoCC { - LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; + packages = [pkgs.python3Packages.django-debug-toolbar] ++ runtimeDeps ++ buildDeps; + GEOIP_PATH = "${geoip}"; E11SYNC_DEBUG = "1"; - packages = [pkgs.python3Packages.django-debug-toolbar] ++ runtimeDeps ++ buildDeps; + LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; }; formatter = pkgs.alejandra;