1
Fork 0

flake.nix: formatting

This commit is contained in:
Motiejus Jakštys 2024-01-15 10:43:12 +02:00
parent 78246dde2d
commit 85b75daba5
1 changed files with 3 additions and 1 deletions

View File

@ -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 = {