mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-12 04:40:42 -05:00
move images into ./images
having a folder with all of the images makes things easier
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user