regressed lab-tool to 0.10-dev to make it again
This commit is contained in:
parent
2fdf7e4b0c
commit
b8c5cf2fb4
4 changed files with 30 additions and 100 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue