e11sync

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

commit 85b75daba5d352a72dcdae5d9a014d6b35d8f0d0 (tree)
parent 78246dde2d79201b21d87032c06410c67a9610e3
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Mon, 15 Jan 2024 10:43:12 +0200

flake.nix: formatting

Diffstat:
Mflake.nix | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix @@ -57,7 +57,9 @@ e11sync = pkgs.callPackage ./pkgs/e11sync.nix {inherit geoip-archive;}; in { packages = { - inherit geoip-archive e11sync-static e11sync; + inherit geoip-archive; + inherit e11sync-static; + inherit e11sync; }; checks = {