mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
7 lines
101 B
Nix
7 lines
101 B
Nix
{
|
|
system ? builtins.currentSystem
|
|
}: let
|
|
pkgs = import ./pkgs.nix system;
|
|
in
|
|
pkgs.docker-nixpkgs
|