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

Exploring Nix #267

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Exploring Nix #267

wants to merge 3 commits into from

Conversation

bkeane
Copy link
Collaborator

@bkeane bkeane commented Jul 23, 2023

  • nix build --impure => ls results/...
  • nix build --impure .#image => ./results | docker load --
  • nix develop --impure => sntl

notes:

  • python-on-whales downloads the docker client at runtime, add pkgs.docker-client to image contents.
  • execution of sntl is really slow in the container. It's a boto3 call that's hanging for a while. Lag is greatly reduced if AWS creds are provided.
  • troubleshooting these is of marginal use right now as sntl has no real business being in a container (I think?).

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

1 participant