Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created July 1, 2018 23:15
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