Skip to content

Use $NIX_INDEX_DATABASE/files if the var contains a directory #161

Use $NIX_INDEX_DATABASE/files if the var contains a directory

Use $NIX_INDEX_DATABASE/files if the var contains a directory #161

Workflow file for this run

name: "Test"
on:
pull_request:
types: [opened,edited,synchronize,reopened]
push:
branches:
- 'master'
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
if: github.repository_owner == 'nix-community'
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V27
- run: nix build --extra-experimental-features nix-command -L -f . -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz --show-trace