gitlab-ci: use custom nix-channels for CI run

This commit is contained in:
steveej 2019-09-06 11:44:56 +02:00
parent 56a66ffae8
commit 3a17019f44

View file

@ -7,4 +7,4 @@ build:
- nix - nix
script: script:
# Test the nix-shell # Test the nix-shell
- nix-shell --run "echo OK" - just run-with-channels 'nix-shell --run "echo OK"'