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