[fix] remove unnecessary default dependencies
2 unresolved threads
2 unresolved threads
This fixes #5
Merge request reports
Activity
Filter activity
requested review from @mpickering
mentioned in issue #11 (closed)
mentioned in merge request !24 (merged)
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 changed this line in version 2 of the diff
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 8 commits
-
c0203ee1...da25d54b - 7 commits from branch
main
- 81c0d51c - Merge branch 'main' into 'mangoiv/remove-unnecessary-deps'
-
c0203ee1...da25d54b - 7 commits from branch
Please register or sign in to reply