minimal working state
This commit is contained in:
parent
855430ef16
commit
6c1a0a5d33
26 changed files with 331 additions and 326 deletions
|
|
@ -11,12 +11,17 @@
|
|||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
{mix, ...} @ args:
|
||||
mix.newMixture args (mixture: {
|
||||
includes = {
|
||||
public = [
|
||||
./flake
|
||||
./lib
|
||||
];
|
||||
};
|
||||
{
|
||||
nt,
|
||||
mix,
|
||||
...
|
||||
} @ args:
|
||||
mix.newMixture (removeAttrs args ["this"]) (mixture: {
|
||||
submods.public = [
|
||||
./lib
|
||||
];
|
||||
|
||||
includes.public = [
|
||||
./flake
|
||||
];
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue