Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated nixpkgs-stable, nixd; added docker-compose module #331

Merged
merged 6 commits into from
May 15, 2024

Conversation

airportyh
Copy link
Collaborator

@airportyh airportyh commented May 13, 2024

Why

We need the latest version of docker compose.

What changed

  1. updated nixpkgs-unstable
  2. updated nixd flake as well because it broke after the nixpkgs-unstable update

Test plan

  1. create a repl
  2. add "docker" to modules array in .replit
  3. try to use docker-compose in shell and see its version is 2.27.0.

@airportyh airportyh requested a review from a team as a code owner May 13, 2024 16:46
@airportyh airportyh requested review from ryantm and removed request for a team May 13, 2024 16:46
pkgs/modules/default.nix Outdated Show resolved Hide resolved
@@ -43,6 +43,14 @@ let
moduleId = "haskell-ghc9.2";
commit = "4c6f2315da24b84bd5e9dfedb952e41677724aaa";
}
{
moduleId = "haskell-ghc9.4";
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

latest is haskell-ghc9.6

commit = "4d6f7cd9fd685a3319ac7b6e3fc0789b430d6289";
}
{
moduleId = "elixir-1_15";
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

latest is elixir-1_16

@Juanito98
Copy link

🚢

Base automatically changed from th-build-changed-modules-ci to main May 13, 2024 19:33
@airportyh airportyh requested a review from ryantm May 15, 2024 16:00
pkgs/modules/python/pip.nix Show resolved Hide resolved
@airportyh airportyh merged commit 41cff21 into main May 15, 2024
1 check passed
@airportyh airportyh deleted the th-docker-compose branch May 15, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants