diff --git a/tex2nix/__init__.py b/tex2nix/__init__.py index 30b36c7..4e01455 100644 --- a/tex2nix/__init__.py +++ b/tex2nix/__init__.py @@ -15,7 +15,8 @@ def get_nix_packages() -> Set[str]: [ "nix", "--experimental-features", - "nix-command", + # REVIEW: Is this necessary? + "nix-command flakes", "eval", "--json", "-f",