1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
This commit is contained in:
Domen Kožar 2021-08-06 22:09:13 +02:00 committed by GitHub
parent 126ad72eed
commit 2bc822cfe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ Docker images:
.. code:: nix
{ pkgs ? import <nixpkgs> { }
, pkgsLinux = import <nixpkgs> { system = "x86_64-linux"; }
, pkgsLinux ? import <nixpkgs> { system = "x86_64-linux"; }
}:
pkgs.dockerTools.buildImage {
@ -142,4 +142,4 @@ Next steps
- `Arion <https://docs.hercules-ci.com/arion/>`_, docker-compose wrapper with first-class support for Nix.
- Build docker images on a :ref:`CI with Github Actions <github-actions>`
- Build docker images on a :ref:`CI with Github Actions <github-actions>`