Skip to content

Instantly share code, notes, and snippets.

@jbedo
Created August 5, 2018 22:51
Show Gist options
  • Save jbedo/c32f6bb93470dc849e4d723c5cda7118 to your computer and use it in GitHub Desktop.
Save jbedo/c32f6bb93470dc849e4d723c5cda7118 to your computer and use it in GitHub Desktop.
Test singularity image
{pkgs ? import <nixpkgs> {} }:
with pkgs;
singularity-tools.buildImage {
name = "test";
contents = [ hello ];
runScript = "${hello}/bin/hello";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment