Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created December 3, 2018 11:35
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 exarkun/efc327614e3660c85fd8e220668a53c6 to your computer and use it in GitHub Desktop.
Save exarkun/efc327614e3660c85fd8e220668a53c6 to your computer and use it in GitHub Desktop.
let
crossPkgs = import pkgs.path {
localSystem = {
system = "x86_64-linux";
};
crossSystem = {
system = "armv7l-linux";
};
};
in
crossPkgs.sshfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment