From aa8df8a3bca718c9262dc90f81a0a0da018abc00 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 16 Mar 2023 12:26:20 +0100 Subject: [PATCH] don't build the docker image in nix --- .albatros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.albatros b/.albatros index b0a061c..8a82736 100755 --- a/.albatros +++ b/.albatros @@ -1,3 +1,3 @@ #!/usr/bin/env bash -nix build .#docker.albatros +nix build nix develop --command "executor --force --destination dxflrs/albatros:${COMMIT} --context dir://`pwd` --verbosity=debug"