move images into ./images

having a folder with all of the images makes things easier
This commit is contained in:
zimbatm 2019-03-16 14:48:13 +01:00
parent 9c5e06ad07
commit fd0323f40f
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
12 changed files with 8 additions and 8 deletions

View file

@ -0,0 +1,6 @@
{ buildCLIImage
, busybox
}:
buildCLIImage {
drv = busybox;
}