-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
@rvl This seems to build for me now:
nix-tools needs some work so that NOTE: we use |
seems to produce |
This will now fail, as the test-suite is rigged to fail. |
dcf6166
to
07da1a9
Compare
1340b86
to
3d3b66d
Compare
ca3b190
to
f82228d
Compare
f82228d
to
c10c088
Compare
Rebased on latest develop. @ksaric Could you please review? This will change the build and package regeneration process ( |
shell.nix
Outdated
@@ -1 +1 @@ | |||
(import ./release.nix).cardano-shell.env | |||
(import ./release.nix).cardano-shell |
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.
worky worky?
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.
No worky... will put it back to WIP until we can sort this out.
c10c088
to
83e2183
Compare
1a4cbaa
to
b92e5b8
Compare
86abbac
to
b9a9feb
Compare
524: [DEVOPS-1120] jobsets: add cardano-shell r=rvl a=rvl Tested with: jq . < $(nix-build --no-out-link jobsets/default.nix) See: input-output-hk/cardano-shell#11 Co-authored-by: Rodney Lorrimar <[email protected]>
This is a squashed commit. Original authors: Moritz Angermann <[email protected]> Samuel Leathers <[email protected]> Rodney Lorrimar <[email protected]>
Changed compiler version from ghc-8.6.3 -> ghc-8.6.2. Changed snapshot from lts-13.4 -> lts-13.2.
b9a9feb
to
09db97a
Compare
@rvl Closing this one. If somebody needs something from here they can reopen/cherry pick. |
Adds a nix-build of cardano-shell which uses the package set defined in
cardano-prelude/snapshot.yaml
instead of a package set from nixpkgs.This is based on nix-tools rather than
stack2nix
.It uses the common library code from iohk-nix.