-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nix/regenerate.sh: Fix .stack-to-nix.cache bug #2795
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Took it for a spin, looks good to me!
shell.nix
Outdated
@@ -60,6 +62,11 @@ let | |||
|
|||
meta.platforms = lib.platforms.unix; | |||
}; | |||
|
|||
helpCommand = with pkgs.buildPackages; writeShellScriptBin "help" '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this just for fun?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Placeholder command -- removed now.
a2e7eb1
to
7109cfc
Compare
7109cfc
to
7e0a069
Compare
bors r+ |
Build succeeded:
|
Issue Number
Found during ADP-1053.
Overview
Bumps Haskell.nix to fix that annoying error in nix-tools:
stack-to-nix: .stack-to-nix.cache: openFile: resource busy (file is locked)
(Bump nix-tools to PR input-output-hk/nix-tools#98 branch input-output-hk/haskell.nix#1184, Fix stack-to-nix: .stack-to-nix.cache: openFile: resource busy (file is locked) input-output-hk/nix-tools#98)
Adds @jbgi's cabal-wrapper (nix-shell/cabalWrapped: use separate cabal.project input-output-hk/iohk-nix#489) to the nix-shell so that we don't need a separate
cabal-nix.project
any more.