Skip to content

Commit

Permalink
Update dev docker compose to use preview
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Dec 2, 2022
1 parent a054aac commit acf569b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/dev/compose.nix
@@ -1,6 +1,6 @@
{ sqitchPg, runCommand, writeShellScriptBin, writeText, lib, glibcLocales, nix, git, networks, su-exec }:
let
network = networks.preprod;
network = networks.preview;
run-sqitch = writeShellScriptBin "run-sqitch" ''
export PATH="$PATH:${lib.makeBinPath [ sqitchPg ]}"
export LOCALE_ARCHIVE="${glibcLocales}/lib/locale/locale-archive"
Expand Down

0 comments on commit acf569b

Please sign in to comment.