clemmyzemmy@sopuli.xyz to Nix / NixOS@programming.devEnglish · 6 months agoNix flakes vaugely analogous to Docker Compose?message-squaremessage-square5linkfedilinkarrow-up18arrow-down11file-text
arrow-up17arrow-down1message-squareNix flakes vaugely analogous to Docker Compose?clemmyzemmy@sopuli.xyz to Nix / NixOS@programming.devEnglish · 6 months agomessage-square5linkfedilinkfile-text
minus-squarepr06lefs@lemmy.mllinkfedilinkEnglisharrow-up4·6 months 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.