chore: bump lockfile
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user