Merge pull request #1624 from input-output-hk/nix_dbsync_workaround
Workaround for `nix develop -c` forking
Workaround for `nix develop -c` forking
#! /usr/bin/env -S nix develop --accept-flake-config github:input-output-hk/cardano-node-tests#postgres -i -k CARDANO_NODE_SOCKET_PATH -k PGHOST -k PGPORT -k PGUSER -k PGPASSFILE -k DbSyncAbortOnPanic -k DBSYNC_REPO -c bash
# shellcheck shell=bash
#!/usr/bin/env bash
set -uo pipefail
#! /usr/bin/env -S nix develop --accept-flake-config github:input-output-hk/cardano-node-tests#postgres -i -k CARDANO_NODE_SOCKET_PATH -k PGHOST -k PGPORT -k PGUSER -k PGPASSFILE -k DbSyncAbortOnPanic -k DBSYNC_REPO -c bash
# shellcheck shell=bash
#!/usr/bin/env bash
set -uo pipefail
#! /usr/bin/env -S nix develop --accept-flake-config github:input-output-hk/cardano-node-tests#postgres -i -k CARDANO_NODE_SOCKET_PATH -k PGHOST -k PGPORT -k PGUSER -k PGPASSFILE -k DbSyncAbortOnPanic -k DBSYNC_REPO -c bash
# shellcheck shell=bash
#!/usr/bin/env bash
set -uo pipefail
}).devops
)
).overrideAttrs (oldAttrs: rec {
nativeBuildInputs = base.nativeBuildInputs ++ oldAttrs.nativeBuildInputs ++ [
nativeBuildInputs = base.nativeBuildInputs ++ postgres.nativeBuildInputs ++ oldAttrs.nativeBuildInputs ++ [
(python3.withPackages (ps: with ps; [
pytest
allure
Adding Milkomeda Open Oracle dev guide
3815: Cleanup nix setup: remove unused cabal shell r=Unisay a=Unisay ### Overview This pull request cleans up our `flake.nix` configuration by * removing the unused `cabal-shell.nix` * making explicit which shell is created when doing `nix develop` (it's `….devShells.default`). ### Issue Number ADP-2447 Co-authored-by: Yura Lazarev <[email protected]>