add examples file
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user