Don't try to use our custom packages unless pinned
They do not have src set, so if we pull them in without having a pin they fail to build. Noticed with org, so add a test for that. Probably not the only one affected, though. Fixes #4
This commit is contained in:
parent
6d2d203ece
commit
dbd9b1e998
3 changed files with 15 additions and 5 deletions
|
|
@ -75,4 +75,7 @@ in {
|
|||
};
|
||||
interactive = doomTest "minimal" { config = [ "default" ]; } { };
|
||||
interactive-without-loader = doomTest "minimal" { config = [ "default" ]; } { profileName = ""; };
|
||||
|
||||
# Various tests of module combinations.
|
||||
unpinned-org = doomTest "external-org" { app = [ [ "rss" "+org" ] ]; } { };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue