Skip to content
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

vaultenv: init at 0.5.0 #29089

Merged
merged 1 commit into from Sep 21, 2017
Merged

vaultenv: init at 0.5.0 #29089

merged 1 commit into from Sep 21, 2017

Conversation

LnL7
Copy link
Member

@LnL7 LnL7 commented Sep 7, 2017

Motivation for this change

Not sure what the preferred way is to add haskell packages like this that are not on hackage.
/cc @peti

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@@ -19114,6 +19114,8 @@ with pkgs;

vault = callPackage ../tools/security/vault { };

vaultenv = callPackage ../tools/security/vaultenv { };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haskell packages need to be registered in pkgs/development/haskell-modules/configuration-common.nix instead. Look for tinc in that file for an example of how this is done. You'll find it's actually easier than the construct you've used now.

@Mic92
Copy link
Member

Mic92 commented Sep 21, 2017

Anything left to do here?

@peti peti merged commit a68eea3 into NixOS:master Sep 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants