Cross Compiling: Difference between revisions
imported>AleXoundOS m fix some punctuation |
m nix shell: Replace `buildInputs` with `packages` |
||
Line 21: | Line 21: | ||
mkShell { | mkShell { | ||
packages = [ zlib ]; # your dependencies here | |||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> |