fixing environment

This commit is contained in:
2025-05-26 21:08:11 +01:00
parent 6446681719
commit 403ad72ddb
6 changed files with 30 additions and 23 deletions

View File

@@ -31,7 +31,7 @@
});
in
{
overlays.default = bindingsOverlay;
# overlays.default = bindingsOverlay;
}
//
(flake-utils.lib.eachDefaultSystem (
@@ -69,6 +69,13 @@
];
};
overlays = {
default = [
bindingsOverlay
coreOverlay
];
};
}
));
}