creams: Merge hybrid and pure datasets into ss.all

This commit is contained in:
Rodrigo Arias 2020-12-17 15:26:25 +01:00
parent b5cadefca9
commit 3b80c2fcb9

View File

@ -36,5 +36,6 @@ in
creams = with exp.creams.ss; { creams = with exp.creams.ss; {
ss.hybrid = merge [ hybrid ]; ss.hybrid = merge [ hybrid ];
ss.pure = merge [ pure ]; ss.pure = merge [ pure ];
ss.all = merge [ hybrid pure ];
}; };
} }