feat(snacks): add extra packages
All checks were successful
build-flake / Build flake (push) Successful in 6m26s
build-flake / Release a new version (push) Successful in 19s

This commit is contained in:
2025-10-26 23:13:44 +02:00
parent de069c059c
commit c74e84ab5f
3 changed files with 17 additions and 2 deletions

View File

@@ -169,6 +169,15 @@
yamlfmt = {
command = "${lib.getExe pkgs.yamlfmt}";
};
terraform_fmt = {
command = "${lib.getExe (
pkgs.terraform.overrideAttrs (oldAttrs: {
meta = lib.recursiveUpdate oldAttrs.meta {
license = lib.licenses.gpl3Only;
};
})
)}";
};
};
};
};