Use bats.withLibraries instead of submodules
This commit is contained in:
parent
f4cdb276c3
commit
e9c8e3b35e
8 changed files with 16 additions and 20 deletions
10
flake.nix
10
flake.nix
|
|
@ -16,9 +16,13 @@
|
|||
{
|
||||
packages.default = pkgs.callPackage ./default.nix { };
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
bats
|
||||
shfmt
|
||||
packages = [
|
||||
(pkgs.bats.withLibraries (p: [
|
||||
p.bats-assert
|
||||
p.bats-support
|
||||
p.bats-file
|
||||
]))
|
||||
pkgs.shfmt
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue