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

lastFile:pkgs/overlay.nix
This commit is contained in:
2026-01-19 14:44:30 +07:00
parent f3d282b763
commit ea35fecec5
37 changed files with 1517 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
{ ... }:
{ inputs,... }:
{
flake.overlays = {
packagesOverlay = import ../pkgs/overlay.nix;
default = final: prev: import (../pkgs/overlay.nix) inputs final prev;
};
}