modules/context: add isTopLevel option

This commit is contained in:
Matt Sturgeon 2024-07-06 23:06:07 +01:00
parent cb413995e1
commit c4fcbb0dcf
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 14 additions and 0 deletions

View file

@ -10,4 +10,8 @@
./output.nix
./test.nix
];
config = {
isTopLevel = true;
};
}