attempt patch via new mix changes
This commit is contained in:
parent
dfc4cce236
commit
f5d0b6aa1a
3 changed files with 7 additions and 13 deletions
|
|
@ -16,8 +16,7 @@
|
|||
deploy-rs,
|
||||
...
|
||||
} @ inputs:
|
||||
mix.mkMod (mix.newMixture {specialArgs = inputs;})
|
||||
(mixture: {
|
||||
mix.newMixture inputs (mixture: {
|
||||
includes.public = [
|
||||
./flake-config
|
||||
];
|
||||
|
|
|
|||
|
|
@ -11,13 +11,8 @@
|
|||
# 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,
|
||||
mixture,
|
||||
...
|
||||
}:
|
||||
mix.mkMod mixture
|
||||
(mixture: {
|
||||
{mix, ...} @ inputs:
|
||||
mix.newMixture inputs (mixture: {
|
||||
includes.public = [
|
||||
./nodes
|
||||
./nexus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue