Created
July 1, 2018 23:15
-
-
Save infinisil/f78f288a02676fd54e7d59b7cece651c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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