Skip to content

NixOS/nix

NixOS/nix #130

Workflow file for this run

name: NixOS/nix
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 9 * * 1'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix build .
- run: ls -lah result/bin/
- run: sha256sum result/bin/repro-env
- run: result/bin/repro-env --help
- run: ldd result/bin/repro-env