mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
4 lines
73 B
Bash
4 lines
73 B
Bash
|
source $stdenv/setup
|
||
|
mkdir -p "$out/bin"
|
||
|
ln -s /usr/bin/arch "$out/bin/"
|