os/hosts/ryzensun/default.nix

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

8 lines
88 B
Nix
Raw Normal View History

2023-01-28 21:49:10 +01:00
{suites, ...}: {
imports =
[
./ryzensun.nix
]
++ suites.ryzensun;
2021-06-06 15:22:44 +02:00
}