Use flakes for the CI build command

This commit is contained in:
Rodrigo Arias 2023-09-28 09:16:04 +02:00
parent 8dbd1a3c34
commit dd802e2ec9

View File

@ -1,7 +1,6 @@
build:bsc.ci:
build:bsc-ci.all:
stage: build
tags:
- nix
script:
- export NIXPKGS_ALLOW_INSECURE=1
- nix build -v -L --tarball-ttl 0 --file default.nix bsc.ci
- nix build -v -L ".#bsc-ci.all"