os/hosts/nougat-2/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-06-27 16:00:45 +00:00
{suites, ...}: {
imports =
[
./nougat-2.nix
]
++ suites.nougat-2;
}