Skip to content

Commit

Permalink
Fix default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
3noch committed Jun 11, 2019
1 parent becae5e commit 41fa28b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ pkgs ? import nix/nixpkgs.nix {}, gitDescribe ? null, nanoXSdk ? throw "No NanoX SDK", ... }:
assert builtins.typeOf nanoXSdk == "path";
let

fetchThunk = p:
if builtins.pathExists (p + /git.json)
then pkgs.fetchgit { inherit (builtins.fromJSON (builtins.readFile (p + /git.json))) url rev sha256; }
Expand Down Expand Up @@ -46,6 +46,7 @@ let
export BOLOS_ENV='${bolos.env}'
export APP='${if bakingApp then "tezos_baking" else "tezos_wallet"}'
export GIT_DESCRIBE='${gitDescribe}'
export TARGET='${bolos.target}'
make clean
make all
EOF
Expand Down

0 comments on commit 41fa28b

Please sign in to comment.