Skip to content

Commit 617f857

Browse files
committed
[DEVOPS-1124] Address review comments and move some tests to iohk-nix
1 parent e5bbca8 commit 617f857

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

nix/overlays/required.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ in
1313
self: super: {
1414

1515
########################################################################
16-
# Overides of Cardano SL packages
16+
# Overides of local packages
1717

1818
########################################################################
1919
language-plutus-core = addRealTimeTestLogs super.language-plutus-core;
@@ -23,11 +23,6 @@ self: super: {
2323
enableLibraryProfiling = enableProfiling;
2424
enableExecutableProfiling = enableProfiling;
2525
splitCheck = true;
26-
# Static linking for everything to work around
27-
# https://ghc.haskell.org/trac/ghc/ticket/14444
28-
# This will be the default in nixpkgs since
29-
# https://github.com/NixOS/nixpkgs/issues/29011
30-
enableSharedExecutables = false;
3126
} // pkgs.lib.optionalAttrs (args ? src) {
3227
src = cleanSourceHaskell args.src;
3328
});

0 commit comments

Comments
 (0)