Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created November 30, 2019 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/e0d0820903ecb645bdff57636a0ac674 to your computer and use it in GitHub Desktop.
Save samueldr/e0d0820903ecb645bdff57636a0ac674 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -e
set -u
PS4=" $ "
set -x
env -i nix-build \
-I "nixpkgs=$PWD" \
-E 'let plat = (import <nixpkgs> {}).pkgsCross.aarch64-multiplatform; in plat' "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment