diff options
author | Emile <git@emile.space> | 2024-06-10 23:50:01 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-06-10 23:50:01 +0200 |
commit | f39d9e0504c3dcd48816a4c0adf535a911cea0fc (patch) | |
tree | 48f0820433e27a489bd70e36b55ecb72de7b8d75 | |
parent | c33e0952e37c339cb656497b9dcde277b444b97a (diff) |
add todo
-rw-r--r-- | nix/hosts/corrino/www/talks.emile.space.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/hosts/corrino/www/talks.emile.space.nix b/nix/hosts/corrino/www/talks.emile.space.nix index e5c0328..b64fb95 100644 --- a/nix/hosts/corrino/www/talks.emile.space.nix +++ b/nix/hosts/corrino/www/talks.emile.space.nix @@ -1,5 +1,7 @@ { config, pkgs, ... }: +# TODO(emile): use the 24.05 nix module + let ports = import ../ports.nix; pretalx_config = pkgs.writeText "/etc/pretalx.cfg" '' |