feat: hledger test

This commit is contained in:
Nick 2025-01-22 00:16:36 -06:00
parent 368e46628a
commit 6a093dfcc6

View file

@ -44,13 +44,13 @@ in
};
};
environment = {
systemPackages = builtins.attrValues {
inherit (pkgs)
hledger
;
};
};
# environment = {
# systemPackages = builtins.attrValues {
# inherit (pkgs)
# hledger
# ;
# };
# };
users = {
users.${service.name} = {