Compare commits

...

2 commits

Author SHA1 Message Date
Chris Kruining
40cd9d3745
is it podman that needs the kvm?
Some checks failed
Test action / Print hello world (push) Failing after 26s
2025-09-04 14:56:44 +02:00
Chris Kruining
101bf12909
fix warning 2025-09-04 14:55:37 +02:00

View file

@ -8,14 +8,18 @@ dockerTools.buildImage {
name = "default"; name = "default";
tag = "latest"; tag = "latest";
contents = [ copyToRoot = buildEnv {
coreutils name = "image-root";
u-root-cmds pathsToLink = [ "/bin" ];
bash paths = [
nix coreutils
nodejs u-root-cmds
podman bash
]; nix
nodejs
# podman
];
};
runAsRoot = '' runAsRoot = ''
#!${stdenv.shell} #!${stdenv.shell}