Skip to content

Commit

Permalink
Forward compatibility with iproute deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed Nov 22, 2024
1 parent 3ebba46 commit 4b95f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflex-dom-test-selenium/add-overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
testSystemDepends = with nixpkgs; (drv.testSystemDepends or []) ++ [
selenium-server-standalone which
chromium
nixpkgs.iproute
nixpkgs.iproute2
];

# The headless browser run as part of gc tests would hang/crash without this
Expand Down

0 comments on commit 4b95f57

Please sign in to comment.