Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created July 1, 2018 23:15
Show Gist options
  • Save infinisil/f78f288a02676fd54e7d59b7cece651c to your computer and use it in GitHub Desktop.
Save infinisil/f78f288a02676fd54e7d59b7cece651c to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
stdenv_32bit.mkDerivation {
name = "name";
buildInputs = with pkgs_i686Linux; [
# ...
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment