move images into ./images
having a folder with all of the images makes things easier
This commit is contained in:
parent
9c5e06ad07
commit
fd0323f40f
12 changed files with 8 additions and 8 deletions
6
images/nix-unstable/default.nix
Normal file
6
images/nix-unstable/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ docker-nixpkgs
|
||||
, nixUnstable
|
||||
}:
|
||||
docker-nixpkgs.nix.override {
|
||||
nix = nixUnstable;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue