forked from github-mirror/docker-nixpkgs
5 lines
55 B
Nix
5 lines
55 B
Nix
let
|
|
pkgs = import ./pkgs.nix;
|
|
in
|
|
pkgs.docker-nixpkgs
|