Remove unused dependency on bats-file
This commit is contained in:
parent
19fe610eac
commit
56d1f03c83
2 changed files with 0 additions and 2 deletions
|
|
@ -37,7 +37,6 @@ stdenv.mkDerivation {
|
||||||
(bats.withLibraries (p: [
|
(bats.withLibraries (p: [
|
||||||
p.bats-assert
|
p.bats-assert
|
||||||
p.bats-support
|
p.bats-support
|
||||||
p.bats-file
|
|
||||||
]))
|
]))
|
||||||
gitMinimal
|
gitMinimal
|
||||||
python3Packages.flake8
|
python3Packages.flake8
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
(pkgs.bats.withLibraries (p: [
|
(pkgs.bats.withLibraries (p: [
|
||||||
p.bats-assert
|
p.bats-assert
|
||||||
p.bats-support
|
p.bats-support
|
||||||
p.bats-file
|
|
||||||
]))
|
]))
|
||||||
pkgs.gitMinimal
|
pkgs.gitMinimal
|
||||||
pkgs.python3
|
pkgs.python3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue