Skip to content

Commit

Permalink
Auto generate examples/supported-languages/devenv.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2023
1 parent 173466d commit e681a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/supported-languages/devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
languages.rust.enable = true;
languages.scala.enable = true;
languages.shell.enable = true;
languages.standardml.enable = (pkgs.stdenv.system != "aarch64-darwin");
languages.standardml.enable = true;
languages.swift.enable = true;
languages.terraform.enable = true;
languages.texlive.enable = true;
Expand Down

0 comments on commit e681a99

Please sign in to comment.