mob next [ci-skip] [ci skip] [skip ci]

lastFile:tests/default.nix
This commit is contained in:
2025-11-26 14:21:11 +07:00
parent e6760d320d
commit 5246b83a8f
13 changed files with 816 additions and 10 deletions

6
overlays/default.nix Normal file
View File

@@ -0,0 +1,6 @@
{ ... }:
{
flake.overlays = {
packagesOverlay = import ../pkgs/overlay.nix;
};
}