File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed
Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 8686 in
8787 nixpkgs . stdenv . mkDerivation ( args // default ) ;
8888
89+ hs-src = nixpkgs . callPackage ./build-tools/nix/hs-src.nix { inherit mkDerivation ; } ;
90+
91+ cardano-ledger-executable-spec = pkgs . haskell . lib . compose . disableLibraryProfiling (
92+ nixpkgs . haskellPackages . callCabal2nix "cardano-ledger-executable-spec" "${ hs-src } /hs" { }
93+ ) ;
94+
8995 pkgs = {
90- inherit formal-ledger ;
91- hs-src = nixpkgs . callPackage ./build-tools/nix/hs-src.nix { inherit mkDerivation ; } ;
96+ inherit formal-ledger hs-src cardano-ledger-executable-spec ;
9297 html = nixpkgs . callPackage ./build-tools/nix/html.nix { inherit mkDerivation ; } ;
9398 mkdocs = nixpkgs . callPackage ./build-tools/nix/mkdocs.nix {
9499 inherit ( nixpkgs . stdenv ) mkDerivation ;
You can’t perform that action at this time.
0 commit comments