nlewo / nix2container

An archive-less dockerTools.buildImage implementation
Apache License 2.0
501 stars 45 forks source link

idea: Flake Module #118

Open kolloch opened 6 months ago

kolloch commented 6 months ago

I started experimenting a little bit with building a flake module for nix2container.

I plan to expose most of the nix2container API one-to-one but also add some convenience more high-level stuff on top.

This is in an early stage but feel free to chime in:

https://kolloch.github.io/n2c-mod/

psionic-k commented 5 months ago

I would just hope for an overlay to avoid arbitrary having more versions of nixpkgs laying around than necessary.

dzmitry-lahoda commented 5 months ago

overlay seems worked good in many cases