docker-nixpkgs/images/bash/default.nix
zimbatm fd0323f40f
move images into ./images
having a folder with all of the images makes things easier
2019-03-16 14:50:00 +01:00

6 lines
58 B
Nix

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