docker-nixpkgs/bash/default.nix
2019-02-13 20:49:22 +01:00

6 lines
58 B
Nix

{ buildCLIImage
, bash
}:
buildCLIImage {
drv = bash;
}