1
0
Fork 0
mirror of https://codeberg.org/icewind/mitemp-rs.git synced 2026-06-03 17:24:08 +02:00
This commit is contained in:
Robin Appelman 2024-11-17 17:18:03 +01:00
commit 7c9e68aa1a
3 changed files with 8 additions and 8 deletions

View file

@ -10,6 +10,5 @@
inputs.flakelight.follows = "flakelight";
};
};
outputs = { mill-scale, ... }: mill-scale ./. {
};
}
outputs = { mill-scale, ... }: mill-scale ./. { };
}