Skip to content

Commit

Permalink
Merge pull request #157 from traP-jp/feat/#156-remove-sagemath
Browse files Browse the repository at this point in the history
🔥 temporarily remove sagemath (having AGPL deps)
  • Loading branch information
comavius authored Dec 6, 2024
2 parents 3fb07e7 + 4793886 commit 220f2ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exec-container/interpreters/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
node = import ./node {inherit pkgs;};
seed7 = import ./seed7 {inherit pkgs;};
pwsh = import ./powershell {inherit pkgs;};
sagemath = import ./sagemath {inherit pkgs;};
# sagemath = import ./sagemath {inherit pkgs;};
awk = import ./awk {inherit pkgs;};
whitespace = import ./whitespace {inherit pkgs;};
in {
Expand All @@ -18,7 +18,7 @@ in {
node
seed7
pwsh
sagemath
# sagemath
awk
whitespace
];
Expand Down

0 comments on commit 220f2ef

Please sign in to comment.