stages: - build before_script: - nix --version - nix-channel --list - pwd - ls -al build-pack: stage: build script: nix-build -A pack tags: - nix build-depo: stage: build script: nix-build -A depo tags: - nix