stan: fmt

This commit is contained in:
Aaron Bieber 2024-02-28 09:49:18 -07:00
parent 98e22c2639
commit c278329381
No known key found for this signature in database

View File

@ -19,7 +19,6 @@ let
if builtins.hasAttr "peerix" config.users.users
then config.users.users.peerix.name
else "root";
rkvmTomlFmt = pkgs.formats.toml { };
in
{
_module.args.isUnstable = true;