chore(stack): disable add-gc-roots for now (broken)
This commit is contained in:
parent
98dce2af5b
commit
9ad509bcd2
@ -18,7 +18,7 @@ nix:
|
||||
packages: []
|
||||
pure: false
|
||||
shell-file: ./stack.nix
|
||||
add-gc-roots: true
|
||||
add-gc-roots: false # TODO: `nix-shell --add-root` has been (un?)intentionally removed at some point (22.10 < nixpkgs <= 23.11), so `add-gc-roots = true` will not work as of right now. See https://github.com/commercialhaskell/stack/issues/6329 and https://github.com/NixOS/nix/issues/9300 for further details and updates.
|
||||
|
||||
extra-package-dbs: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user