infra/hosts/flora-6/triton-vmtools.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
141 B
Nix
Raw Permalink Normal View History

2023-11-06 20:28:05 +00:00
{ pkgs
, flake
, ...
}: {
environment.systemPackages = with pkgs; [
flake.inputs.triton-vmtools.packages.${pkgs.system}.default
];
}