feat: remove the last traces of the csv

This commit is contained in:
silver 2023-10-27 01:46:42 +01:00
parent 68c6894727
commit 88f9e8d744
4 changed files with 0 additions and 31 deletions

View file

@ -50,7 +50,6 @@
SKYNET_SERVER = cfg.discord.server;
HOME = cfg.home;
DATABASE = "database.db";
CSV = "wolves.csv";
};
service_name = script: lib.strings.sanitizeDerivationName("${cfg.user}@${script}");