Skip to content

Commit

Permalink
Merge pull request #31 from R-VdP/rvdp/include_flakes_feature
Browse files Browse the repository at this point in the history
On recent nix versions, we need to have the flakes experimental feature enabled.
  • Loading branch information
rgri authored Dec 5, 2023
2 parents 9e65dd0 + b14f499 commit 075e36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tex2nix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_nix_packages() -> Set[str]:
[
"nix",
"--experimental-features",
"nix-command",
"nix-command flakes",
"eval",
"--json",
"-f",
Expand Down

0 comments on commit 075e36c

Please sign in to comment.