chore: bump lockfile

This commit is contained in:
2026-04-28 13:19:25 +02:00
parent 6772afb845
commit 089f6e8b86
2 changed files with 34 additions and 32 deletions

View File

@@ -1,5 +1,7 @@
_:
{ inputs, ... }:
{
flake.overlays.default = _: _: { };
flake.overlays.default = final: _prev: {
mcp-nixos = inputs.nixpkgs-stable.legacyPackages.${final.stdenv.hostPlatform.system}.mcp-nixos;
};
}