feat: add binary cache for emacs-overlay

This commit is contained in:
Swarsel 2024-07-25 19:36:46 +02:00
parent 00983d787e
commit 8a6b311f86
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
9 changed files with 66 additions and 44 deletions

View file

@ -1,6 +1,6 @@
{ lib, config, ... }:
{ lib, ... }:
let
inherit (lib) mkIf mkOption types;
inherit (lib) mkOption types;
in
{