Skip to content

Commit

Permalink
feat(nix): call git lfs pull in native/nix build script
Browse files Browse the repository at this point in the history
to resolve git lfs objects

(cherry picked from commit a3f8029)
  • Loading branch information
tsusanka authored and prusnak committed Dec 8, 2020
1 parent 6629e9f commit be4e3a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/packages/suite-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

.build_nix: &build_nix
script: # override build script to use nix-shell instead
- nix-shell --run "git lfs pull"
- nix-shell --run "yarn install --pure-lockfile --cache-folder .yarn --prefer-offline"
- nix-shell --run "yarn workspace @trezor/suite-data copy-static-files"
- nix-shell --run "yarn workspace @trezor/suite-desktop build:${platform}"
Expand Down
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ in
stdenv.mkDerivation {
name = "trezor-suite-dev";
buildInputs = [
git-lfs
mdbook
nodejs
yarn
Expand Down

0 comments on commit be4e3a3

Please sign in to comment.