Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
pkgs,
inputs,
...
}: {
environment.systemPackages = with pkgs; [
inputs.triton-vmtools.packages.${pkgs.system}.default
];
}