fix?
This commit is contained in:
parent
37b64dd0d4
commit
eef15af5f3
|
@ -1,8 +1,7 @@
|
||||||
{ sources ? import ./nix/sources.nix, pkgs ? import sources.nixpkgs { } }:
|
{ sources ? import ./nix/sources.nix, pkgs ? import sources.nixpkgs { } }:
|
||||||
|
|
||||||
attrs:
|
attrs:
|
||||||
pkgs.dockerTools.buildLayeredImage {
|
let
|
||||||
config = {
|
default = { config.WorkingDir = "/"; };
|
||||||
WorkingDir = "/";
|
input = (default // attrs);
|
||||||
};
|
in pkgs.dockerTools.buildLayeredImage input
|
||||||
} // attrs
|
|
||||||
|
|
Loading…
Reference in New Issue