From 3a17019f44a23242cc9f6c3a44128e783dd0e3f6 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 6 Sep 2019 11:44:56 +0200 Subject: [PATCH] gitlab-ci: use custom nix-channels for CI run --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ab2b64..efb4d91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,4 +7,4 @@ build: - nix script: # Test the nix-shell - - nix-shell --run "echo OK" + - just run-with-channels 'nix-shell --run "echo OK"'