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

@ -95,6 +95,9 @@
pkgs = nixpkgs.legacyPackages.${system};
};
# Set the default package to lab
defaultPackage.${system} = self.packages.${system}.lab;
# Development shells for different projects
devShells.${system} = {
default = nixpkgs.legacyPackages.${system}.mkShell {