From b14f49983ef4697efd312a25666905dff9ac73be Mon Sep 17 00:00:00 2001 From: r-vdp Date: Thu, 23 Nov 2023 12:17:11 +0100 Subject: [PATCH] On recent nix versions, we need to have the flakes experimental feature enabled. --- tex2nix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tex2nix/__init__.py b/tex2nix/__init__.py index 4d2ac88..9acde4c 100644 --- a/tex2nix/__init__.py +++ b/tex2nix/__init__.py @@ -14,7 +14,7 @@ def get_nix_packages() -> Set[str]: [ "nix", "--experimental-features", - "nix-command", + "nix-command flakes", "eval", "--json", "-f",