docker-nixpkgs/pkgs.nix
zimbatm f90912f967
release.nix -> default.nix
the default should be to build all the images
2019-12-17 23:35:43 +01:00

8 lines
141 B
Nix

import <nixpkgs> {
# docker images run on Linux
system = "x86_64-linux";
config = {};
overlays = [
(import ./overlay.nix)
];
}