Skip to content

Commit

Permalink
more test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 17, 2024
1 parent e1c2d72 commit 32feb3c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 39 deletions.
12 changes: 0 additions & 12 deletions examples/phoenix/.test.sh

This file was deleted.

12 changes: 0 additions & 12 deletions examples/phoenix/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions examples/phoenix/devenv.nix

This file was deleted.

2 changes: 2 additions & 0 deletions examples/supported-languages/.setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# arm is not supported yet
echo "{ pkgs, ... }: { languages.unison.enable = !(pkgs.stdenv.isLinux && pkgs.stdenv.isAarch64); }" > devenv.local.nix
2 changes: 1 addition & 1 deletion examples/vala/devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
packages = with pkgs; [
# Check Vala code files for code-style errors
vala-lint
# vala-lint
];

languages = {
Expand Down
2 changes: 1 addition & 1 deletion tests/glibcLocales/devenv.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
enterTest = ''
locale -a | grep "en_US.UTF-8"
locale -a | grep -E '(en_US.UTF-8|en_US.utf8)'
'';
}

0 comments on commit 32feb3c

Please sign in to comment.