about summary refs log tree commit diff
path: root/.gitlab-ci.yml
blob: f88c3cdf66e08be851a158f8128f5236ce7097db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
image: nixpkgs/nix-flakes:latest
variables:
  NIX_PATH: "nixpkgs=channel:nixpkgs-unstable"

stages:
  - test

test:
  stage: test
  script:
    - nix --version
    - nix flake check

Consider giving Nix/NixOS a try! <3