Last active
January 13, 2018 17:14
-
-
Save gilligan/9bcfa57ea2c2d3efdef62f6dbd4fe859 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let | |
inherit (pkgs.haskell.lib) buildStrictly justStaticExecutables overrideCabal; | |
in | |
rec { | |
foo = buildStrictly (justStaticExecutables (cabal2nix "foo" ./. {})); | |
shell = foo.env; | |
# shellWithAdditionalBuildInputs = ??? | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment