Skip to content

Commit

Permalink
added standard packages again
Browse files Browse the repository at this point in the history
  • Loading branch information
olynch committed Dec 1, 2023
1 parent e6ab953 commit b5e9888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ let
];

targetPkgs = pkgs:
(standardPackages pkgs)
(standardPackages pkgs);
# ++ optionals enableGraphical (graphicalPackages pkgs)
# ++ optionals enableJulia [(pkgs.callPackage ./julia.nix { juliaVersion=juliaVersion; })]
# ++ optionals enableQuarto (quartoPackages pkgs);
Expand Down

0 comments on commit b5e9888

Please sign in to comment.