Files
nixos/.gitlab-ci.yml
T

14 lines
277 B
YAML

stages:
- build
jupiter-build:
image: nixos/nix
stage: build
script:
- ls -la
- nix-build --version
- nix flake show --extra-experimental-features 'nix-command flakes'
- nix build '#.jupiter' --extra-experimental-features 'nix-command flakes'