add examples file

This commit is contained in:
Allen Nelson
2016-10-03 12:07:33 -05:00
parent 4abe579250
commit b9007c8d83
2 changed files with 109 additions and 0 deletions
+5
View File
@@ -7,6 +7,7 @@
go,
jshon,
lib,
pkgs,
pigz,
runCommand,
shadow,
@@ -23,6 +24,10 @@
rec {
examples = import ./examples.nix {
inherit pkgs buildImage pullImage shadowSetup;
};
pullImage = callPackage ./pull.nix {};
# We need to sum layer.tar, not a directory, hence tarsum instead of nix-hash.