Skip to content

Commit 229079e

Browse files
committed
tests/hurl: disable for now
Will be re-enabled after NixOS/nixpkgs#418842 reaches unstable.
1 parent cd1f50b commit 229079e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test-sources/plugins/by-name/hurl/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
{
1+
{ pkgs, ... }:
2+
# TODO: remove once https://github.com/NixOS/nixpkgs/pull/418842 hits flake.lock
3+
pkgs.lib.optionalAttrs false {
24
empty = {
35
plugins.hurl.enable = true;
46
};

0 commit comments

Comments
 (0)