docker-nixpkgs/images/nix-unstable/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
87 B
Nix

{ docker-nixpkgs
, nixUnstable
}:
docker-nixpkgs.nix.override {
nix = nixUnstable;
}