Skip to content

Fixed Foldable1 duplicate instance bug from lack of maintenance on un… #3

Fixed Foldable1 duplicate instance bug from lack of maintenance on un…

Fixed Foldable1 duplicate instance bug from lack of maintenance on un… #3

Workflow file for this run

name: "Build"
on:
pull_request:
push:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install nix
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-23.05
install_url: https://releases.nixos.org/nix/nix-2.13.5/install
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Cachix configuration
uses: cachix/cachix-action@v12
with:
name: emeinhardt
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: nix-community
- name: Show nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Nix build
run: nix build