mirror of
https://github.com/nix-community/linuxkit-nix.git
synced 2024-11-26 13:07:23 +03:00
7 lines
203 B
Nix
7 lines
203 B
Nix
with (import <nixpkgs> { }).forceSystem "x86_64-linux" "x86_64";
|
|
|
|
dockerTools.buildImage {
|
|
name = "linuxkit-builder-example-${toString builtins.currentTime}";
|
|
contents = [ hello gitAndTools.tig ];
|
|
}
|