Skip to content

Commit

Permalink
Merge pull request #659 from input-output-hk/switch-back-to-preview
Browse files Browse the repository at this point in the history
Switch back to preview
  • Loading branch information
paluh authored Jul 13, 2023
2 parents e44b874 + 945b488 commit 8052d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/marlowe-cardano/compose.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

let
inherit (pkgs) z3 sqitchPg postgresql runCommand writeShellScriptBin writeText lib glibcLocales;
network = inputs.self.networks.preprod;
network = inputs.self.networks.preview;

mkSqitchRunner = name: path: writeShellScriptBin name ''
export PATH="$PATH:${lib.makeBinPath [ sqitchPg postgresql ]}"
Expand Down

0 comments on commit 8052d50

Please sign in to comment.