summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: e6ee187cb32cba6dda2e2411ab118a8848336a80 (plain)
1
2
3
4
nix-shell test:
  script:
    - nix-shell --pure --command 'true' -p stdenv && echo success
    - nix-shell --pure --command 'false' -p stdenv || echo success