clemmyzemmy to Nix / NixOS@programming.devEnglish · 1 month agoNix flakes vaugely analogous to Docker Compose?message-squaremessage-square5fedilinkarrow-up18arrow-down11file-text
arrow-up17arrow-down1message-squareNix flakes vaugely analogous to Docker Compose?clemmyzemmy to Nix / NixOS@programming.devEnglish · 1 month agomessage-square5fedilinkfile-text
minus-squarepr06lefs@lemmy.mllinkfedilinkEnglisharrow-up4·1 month agoWith docker, the built product is containerized. With a flake, the end product goes into the nix store directory, and may be used in another package, or available to run, or be used in a service, or all the above.
With docker, the built product is containerized. With a flake, the end product goes into the nix store directory, and may be used in another package, or available to run, or be used in a service, or all the above.