Skip to content

Commit

Permalink
fix: broken hydra build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Sep 30, 2024
1 parent b134114 commit a234f98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion cardano-db/src/Cardano/Db/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
packages.cardano-db.package.extraSrcFiles =
["../config/pgpass-testnet"];
packages.cardano-db.components.tests.schema-rollback.extraSrcFiles =
[ "src/Cardano/Db/BaseSchema.hs" "src/Cardano/Db/Operations/Delete.hs" ];
[ "src/Cardano/Db/Schema/BaseSchema.hs" "src/Cardano/Db/Operations/Delete.hs" ];
packages.cardano-db.components.tests.test-db.extraSrcFiles =
[ "../config/pgpass-mainnet" ];
packages.cardano-chain-gen.package.extraSrcFiles =
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-everything-tmux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

HOMEIOG=$HOME/Code/IOG

dbsync="$(find $HOMEIOG/cardano-db-sync/ -name cardano-db-sync -type f)"
dbsync="$(find "$HOMEIOG"/cardano-db-sync/ -name cardano-db-sync -type f)"

session="IOHK"

Expand Down

0 comments on commit a234f98

Please sign in to comment.