mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -05:00
release.nix -> default.nix
the default should be to build all the images
This commit is contained in:
12
default.nix
12
default.nix
@@ -1,8 +1,4 @@
|
||||
import <nixpkgs> {
|
||||
# docker images run on Linux
|
||||
system = "x86_64-linux";
|
||||
config = {};
|
||||
overlays = [
|
||||
(import ./overlay.nix)
|
||||
];
|
||||
}
|
||||
let
|
||||
pkgs = import ./pkgs.nix;
|
||||
in
|
||||
pkgs.docker-nixpkgs
|
||||
|
||||
Reference in New Issue
Block a user