Add bats to the dev shell
This commit is contained in:
parent
f62f51f77e
commit
c39e0c2fd6
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,9 @@
|
|||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in
|
||||
{
|
||||
devShells.default = pkgs.mkShell { };
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [ bats ];
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue