Files
nixos/.gitlab-ci.yml
T
2023-09-11 14:51:04 +00:00

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'