From bf0060de08a9734f95b05060fd4e2403954bdfe8 Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Tue, 27 Jun 2023 16:43:53 +0400 Subject: [PATCH] debug nix --- pin/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pin/Dockerfile b/pin/Dockerfile index 5b7a3ad..2efc277 100644 --- a/pin/Dockerfile +++ b/pin/Dockerfile @@ -1,11 +1,7 @@ FROM nixos/nix:2.16.1 -RUN nix-channel --update - -RUN nix-shell -p bash jq curl xe dig rustc cargo pkgconfig openssl --run exit - # Get latest gildlab cli from main -RUN nix profile install github:gildlab/gildlab-cli +RUN nix --extra-experimental-features nix-command profile install github:gildlab/gildlab-cli RUN gildlab-cli --version ADD . .