0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

docker-edge: remove

This commit is contained in:
zowoq 2022-06-04 19:31:48 +10:00
parent a60358bec9
commit e9f4412eb4
6 changed files with 1 additions and 53 deletions

View file

@ -155,7 +155,6 @@ in
default = pkgs.docker;
defaultText = literalExpression "pkgs.docker";
type = types.package;
example = literalExpression "pkgs.docker-edge";
description = ''
Docker package to be used in the module.
'';