Skip to content

remove legacy openssl import (#41) #65

remove legacy openssl import (#41)

remove legacy openssl import (#41) #65

Workflow file for this run

name: "Build"
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
with:
name: nix-community
- run: |
nix build
nix flake check