Remove unused dependency on bats-file

This commit is contained in:
Sven van Heugten 2026-03-05 20:17:46 +01:00
parent 19fe610eac
commit 56d1f03c83
No known key found for this signature in database
GPG key ID: D612F88666F4F660
2 changed files with 0 additions and 2 deletions

View file

@ -37,7 +37,6 @@ stdenv.mkDerivation {
(bats.withLibraries (p: [
p.bats-assert
p.bats-support
p.bats-file
]))
gitMinimal
python3Packages.flake8

View file

@ -20,7 +20,6 @@
(pkgs.bats.withLibraries (p: [
p.bats-assert
p.bats-support
p.bats-file
]))
pkgs.gitMinimal
pkgs.python3