mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 12:15:26 +02:00
tests/hurl: disable for now
Will be re-enabled after https://github.com/NixOS/nixpkgs/pull/418842 reaches unstable.
This commit is contained in:
parent
cd1f50b1e8
commit
229079e32a
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
{ pkgs, ... }:
|
||||
# TODO: remove once https://github.com/NixOS/nixpkgs/pull/418842 hits flake.lock
|
||||
pkgs.lib.optionalAttrs false {
|
||||
empty = {
|
||||
plugins.hurl.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue