found some scripts relying on this path as well
This commit is contained in:
parent
eb572d5d1b
commit
03c20a3bd8
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@
|
||||||
text = ''
|
text = ''
|
||||||
mkdir -p /bin
|
mkdir -p /bin
|
||||||
ln -sf ${pkgs.bash}/bin/bash /bin/bash
|
ln -sf ${pkgs.bash}/bin/bash /bin/bash
|
||||||
|
mkdir -p /usr/bin
|
||||||
|
ln -sf ${pkgs.coreutils}/bin/env /usr/bin/env
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue