regressed lab-tool to 0.10-dev to make it again

This commit is contained in:
Geir Okkenhaug Jerstad 2025-07-04 19:32:22 +02:00
parent 2fdf7e4b0c
commit b8c5cf2fb4
4 changed files with 30 additions and 100 deletions

View file

@ -67,6 +67,9 @@
# Packages
packages = {
# Lab tool package
lab = (pkgs.callPackage ./lab-tools.nix {}).lab;
# Guile MCP Server package
guile-mcp-server = pkgs.stdenv.mkDerivation {
pname = "guile-mcp-server";