Skip to content

Commit

Permalink
Fixing flake errors on some versions of nix
Browse files Browse the repository at this point in the history
Was experiencing nix complaining about flakes being disabled. This
should have (?) no adverse affects on nix compatibility.
  • Loading branch information
rgri committed Oct 20, 2023
1 parent a319bf6 commit 5ef2558
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tex2nix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5ef2558

Please sign in to comment.