Skip to content

Commit

Permalink
Bump iohk-nix and ops-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed May 20, 2020
1 parent d8e56b7 commit 419fb2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@
"homepage": null,
"owner": "input-output-hk",
"repo": "iohk-nix",
"rev": "bf907a77b7fcd48b3fc120108514cc96d9c55f1d",
"sha256": "0zfil30f74rgzjb7zxf6fn4n1fs9x0r6gnrz3ca3hhan1q8ryc7f",
"rev": "e0b058f23a815a13c6b938bbbb478e25c76f0257",
"sha256": "1mbrmwypbn9g64z4il5isz847z58di022gw1v4rbhkrz9mkgy042",
"type": "tarball",
"url": "https://github.com/input-output-hk/iohk-nix/archive/bf907a77b7fcd48b3fc120108514cc96d9c55f1d.tar.gz",
"url": "https://github.com/input-output-hk/iohk-nix/archive/e0b058f23a815a13c6b938bbbb478e25c76f0257.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs-postgresql12": {
Expand All @@ -161,10 +161,10 @@
"homepage": null,
"owner": "input-output-hk",
"repo": "ops-lib",
"rev": "3574986bdab872c6c0d23a7b16f075405328ecf9",
"sha256": "0d2cj0b20ngrfcslnajr8ns78maxrq50bbknj0acl6vjp3k5dkkk",
"rev": "41810645ec4de39329dbb64ef8b56ff632f64e73",
"sha256": "18j71hpywphj42ikaqmkj94b36xymsn3q4q84jc3iv10mg0vlpxj",
"type": "tarball",
"url": "https://github.com/input-output-hk/ops-lib/archive/3574986bdab872c6c0d23a7b16f075405328ecf9.tar.gz",
"url": "https://github.com/input-output-hk/ops-lib/archive/41810645ec4de39329dbb64ef8b56ff632f64e73.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let
nivOverrides = writeShellScriptBin "niv-overrides" ''
niv --sources-file ${toString globals.sourcesJsonOverride} $@
'';
genesisFile = iohkNix.cardanoLib.environments.${globals.environmentName}.genesisFile or "please/set/globals.environmentName";
genesisFile = globals.environmentConfig.genesisFile or "please set globals.environmentName or globals.environmentConfig.genesisFile";

mkDevGenesis = writeShellScriptBin "make-dev-genesis" (builtins.replaceStrings
[ "\${RUNNER}"
Expand Down

0 comments on commit 419fb2c

Please sign in to comment.