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

Fix things #14

Merged
merged 10 commits into from
Nov 16, 2023
Merged

Fix things #14

merged 10 commits into from
Nov 16, 2023

Conversation

Atry
Copy link
Contributor

@Atry Atry commented Nov 16, 2023

This PR fixes a lot of issues preventing us from submitting a job to AKS:

@Atry Atry requested a review from fmmoret as a code owner November 16, 2023 00:21
});
})
ml-ops.common.pythonPackage = {
pipe = [
Copy link
Contributor

Choose a reason for hiding this comment

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

what change are you making here? Are pipe and override attributes intrinsic to all nix objects? or are they just names you're using

Copy link
Contributor

Choose a reason for hiding this comment

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

nvm. I see that they are just constructs that you've made and are manually handling / passing to pipe etc. etc.

Copy link
Contributor Author

@Atry Atry Nov 16, 2023

Choose a reason for hiding this comment

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

lib.trivial.pipe is a nixpkgs function, and ml-ops.common.pythonPackage.pipe is an option of the arguments passed to lib.trivial.pipe. The pipe option introduced by this PR is more general than previous override and overrideAttrs options.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Atry Atry merged commit 6145091 into main Nov 16, 2023
@Atry Atry deleted the fix-things branch November 16, 2023 03:19
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.

2 participants