573 / aarch64-linux-ld-issue155722-reproduce

Using haskell-updates branch of nixpkgs on aarch64-linux (https://github.com/t184256/nix-on-droid/) to cabal new-build a project fails with `ld.gold` trying to access `/lib`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opinionated Nix repository template

Based on nix.dev tutorials, repository template to get you started with Nix:

  • niv for painless dependency management (aka pinning) with a daily cronjob to bump dependencies
  • gitignore.nix for respecting .gitignore when using your project as a source
  • pre-commit-hooks.nix for running linters (defaults to shellcheck, nix-linter and nixpkgs-fmt) when committing and on the CI
  • direnv for automatically loading your developer environment
  • GitHub Actions for CI with dependabot automatically bumping GitHub Actions versions

Getting started

  1. Follow tutorial for creating a binary cache
  2. Replace nix-getting-started-template in .github/workflows/test.yml with the name of your binary cache

Using the project

Follow direnv setup and run direnv allow

About

Using haskell-updates branch of nixpkgs on aarch64-linux (https://github.com/t184256/nix-on-droid/) to cabal new-build a project fails with `ld.gold` trying to access `/lib`


Languages

Language:Nix 99.2%Language:Haskell 0.8%