diff options
Diffstat (limited to 'docker.nix')
-rw-r--r-- | docker.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker.nix b/docker.nix index 2d57cd548..cec3a2950 100644 --- a/docker.nix +++ b/docker.nix @@ -1,7 +1,7 @@ { pkgs ? import <nixpkgs> { }, lib ? pkgs.lib, - name ? "nix", + name ? "lix", tag ? "latest", bundleNixpkgs ? true, channelName ? "nixpkgs", |