Skip to content

Commit

Permalink
Don’t let Stack complain about Nix
Browse files Browse the repository at this point in the history
We intentionally disable Stack’s Nix integration when it’s run from a
Nix shell. We don’t want Stack complaining that we should enable it
since it found `nix` on the path.
  • Loading branch information
sellout committed Jul 15, 2024
1 parent f919c9b commit e108014
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## We intentionally disable Nix integration when running in a Nix shell.
notify-if-nix-on-path: false
## We pin a specific Stack version when possible. We shouldn’t then tell contributors to upgrade from there.
recommend-stack-upgrade: false

Expand Down

0 comments on commit e108014

Please sign in to comment.