status-mobile/ci/docker/nix
Pedro Pombeiro aeacbd928e
Separate logic into shell.nix and derivation.nix to fix `nix build` command
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-11 17:44:29 +02:00
..
Dockerfile Separate logic into shell.nix and derivation.nix to fix `nix build` command 2019-04-11 17:44:29 +02:00
Makefile Create Nix package for building status-go 2019-04-09 12:44:39 +02:00
README.md Add Dockerfile to generate image used in Jenkins 2019-03-22 15:05:27 +01:00
default.nix Add Dockerfile to generate image used in Jenkins 2019-03-22 15:05:27 +01:00
nix-install-2.2.1.sh Add Dockerfile to generate image used in Jenkins 2019-03-22 15:05:27 +01:00
nix.conf Add Dockerfile to generate image used in Jenkins 2019-03-22 15:05:27 +01:00

README.md

Description

In order to make Nix work with Jenkins we have to make it possible to use it as Jenkins user.

For that reason we add jenkins user with the right UID and GID matching the ones on CI hosts.