Skip to content

Commit

Permalink
Merge pull request olynch#13 from usmcamp0811/add-poetry
Browse files Browse the repository at this point in the history
Add `poetry` and more or less fix `juliacall` and `PyCall`
  • Loading branch information
olynch authored Feb 27, 2024
2 parents b02de6f + e6b98bd commit 14aa42c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fhs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ let
which
texliveScheme
ncurses
poetry
] ++ lib.optional enableNode pkgs.nodejs;

graphicalPackages = pkgs:
Expand Down
1 change: 1 addition & 0 deletions module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ in
if version-spec.default then [
(fhsCommand "python3" "python3")
(fhsCommand "python" "python3")
(fhsCommand "poetry" "poetry")
] else
[ ];
quarto = if version-spec.default then [ (fhsCommand "quarto" "quarto") ] else [];
Expand Down

0 comments on commit 14aa42c

Please sign in to comment.