Skip to content
Snippets Groups Projects

[fix] remove unnecessary default dependencies

Open Magnus Viernickel requested to merge mangoiv/remove-unnecessary-deps into main
2 unresolved threads

This fixes #5

Merge request reports

Pipeline #103948 passed

Pipeline passed for 81c0d51c on mangoiv/remove-unnecessary-deps

Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
27 26 , withGhcid ? false
28 27 , withIde ? false
29 28 , withHadrianDeps ? false
30 , withDwarf ? (pkgsFor nixpkgs system).stdenv.isLinux # enable libdw unwinding support
31 , withGdb ? !(pkgsFor nixpkgs system).gdb.meta.broken or false && builtins.elem system (pkgsFor nixpkgs system).gdb.meta.platforms
32 , withNuma ? (pkgsFor nixpkgs system).stdenv.isLinux
33 , withDtrace ? (pkgsFor nixpkgs system).stdenv.isLinux
34 , withGrind ? !((pkgsFor nixpkgs system).valgrind.meta.broken or false)
35 , withPerf ? (pkgsFor nixpkgs system).stdenv.isLinux
29 , withDwarf ? false # NOTE: only works on linux
30 , withGdb ? false # NOTE: check gdb.meta.platforms for if your build system is compatible with gdb
  • 2 2 description = "ghc.nix - the ghc devShell";
    3 3 nixConfig = {
    4 4 bash-prompt = "\\[\\e[34;1m\\]ghc.nix ~ \\[\\e[0m\\]";
    5 extra-substituters = [ "https://ghc-nix.cachix.org" ];
  • added 1 commit

    • c0203ee1 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • added 8 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading