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

Bump nixpkgs to commit that fixed poetry on m1. Update nodjs_alternat… #531

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

belevy
Copy link

@belevy belevy commented Jun 20, 2023

Based on #519. Instead of changing the flake.nix instead just modified the flake.lock to refer to the newer commit per @phaer

@@ -16,7 +16,7 @@ Building 'Prettier@2.4.1'.
src,
}:
(dream2nix.lib.makeFlakeOutputs {
systems = ["x86_64-linux"];
systems = ["x86_64-linux" "aarch64-darwin"];
Copy link
Member

Choose a reason for hiding this comment

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

As you see in the test log, we can't currently test this. So we either need to exclude it from tests or get nix-community/infra#493 finished before merging if we include this in the example.

We could ofc just bump the flake lock in a separate PR if tests pass.

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.

None yet

2 participants