22 lines
575 B
YAML
Generated
22 lines
575 B
YAML
Generated
###
|
|
# This file was automatically generated with nix-actions.
|
|
jobs:
|
|
build-shell:
|
|
runs-on: nix-infra
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- env:
|
|
STORE_ENDPOINT: https://snix-store.dgnum.eu/infra.signing/
|
|
STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}
|
|
STORE_USER: admin
|
|
name: Build and cache shell
|
|
run: "nix-shell -A eval-shell --run 'set -o pipefail\nset -o nounset\nset -o
|
|
errexit\nnix-build-and-cache -A devShell'"
|
|
name: Build the shell
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
push:
|
|
branches:
|
|
- main
|