Cross Compiling: Difference between revisions

imported>AleXoundOS
m fix some punctuation
m nix shell: Replace `buildInputs` with `packages`
Line 21: Line 21:


mkShell {
mkShell {
   buildInputs = [ zlib ]; # your dependencies here
   packages = [ zlib ]; # your dependencies here
}
}
</syntaxhighlight>
</syntaxhighlight>