summaryrefslogtreecommitdiff
path: root/modules/pc/software/runners/default.nix
blob: 2232b7171a8ed4213db8e9317865c9f9e12c6034 (plain) (blame)
1
2
3
4
5
6
{
  imports = [
    ./appimage.nix
    ./nix-ld.nix
  ];
}