Tweaks
[?]
Mar 22, 2023, 7:34 PM
DZVGHVHXBKRNSHTBSZ2KLBG7BVISWCCXT3EEEOKIQD6SWLREQP7ACDependencies
- [2]
HFOVEKSXUse streamLayeredImage - [3]
EGQ4SEV5Add demo for 04 - [4]
X3HISPCSAdd 05-static-container - [5]
TEQJC3HXAdd 03-nix-container - [6]
BP57Q2OGSplit up flake - [7]
W2MX3YW4Add CMake and cross example - [8]
P5VCQ5VEStrip small static executable
Change contents
- replacement in 05-static-container/flake.nix at line 2
description = "Simple flake for simple libcurl example";description = "Example for making a container image with a static binary"; - replacement in 05-static-container/flake.nix at line 32
# Actually, this makes a script that dumps the image to stdout,# in this way we can load the data directly into Podman, without# having a copy of the image in the Nix store; for large images this is very convenient!# Actually, this makes a script that dumps the image to stdout on the fly,# in this way we can load the data directly into Podman, without having a copy# of the image in the Nix store; for large images this is very convenient! - replacement in 04-cmake-and-cross/flake.nix at line 2
description = "Simple flake for simple libcurl example";description = "Examples of cross-compilation"; - edit in 03-nix-container/flake.nix at line 1
# This is a Nix flake# It is written in the Nix expression language - replacement in 03-nix-container/flake.nix at line 2
description = "Simple flake for simple libcurl example";description = "Examples of container interactions";