diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index efb4d91..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,10 +0,0 @@ -stages: - - build - -build: - stage: build - tags: - - nix - script: - # Test the nix-shell - - just run-with-channels 'nix-shell --run "echo OK"'