Skip to content

Remove call to default_nt_symbol_path. #167

Remove call to default_nt_symbol_path.

Remove call to default_nt_symbol_path. #167

Workflow file for this run

name: "Nix Packaging"
on: [push, pull_request]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
name: "Build Samply using nix flake"
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.11
# - uses: cachix/cachix-action@v10
# with:
# name: samply
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build samply with nix
run: nix build -L .#