singularity-tools.buildImage: use .sif instead of .img as image name suffix
This commit is contained in:
parent
fd956cc3a9
commit
99b7831572
@ -57,7 +57,7 @@ rec {
|
||||
runAsRootFile = shellScript "run-as-root.sh" runAsRoot;
|
||||
runScriptFile = shellScript "run-script.sh" runScript;
|
||||
result = vmTools.runInLinuxVM (
|
||||
runCommand "${projectName}-image-${name}.img"
|
||||
runCommand "${projectName}-image-${name}.sif"
|
||||
{
|
||||
buildInputs = [
|
||||
singularity
|
||||
|
Loading…
Reference in New Issue
Block a user