mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Create usr/lib dir in bootstrap
This commit is contained in:
parent
25c1d265ad
commit
fb7f12558f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ let
|
|||
in
|
||||
|
||||
buildPkgs.runCommand "bootstrap" { } ''
|
||||
mkdir --parents $out/{.l2s,bin,etc/nix,nix,root,tmp,usr/bin}
|
||||
mkdir --parents $out/{.l2s,bin,etc/nix,nix,root,tmp,usr/{bin,lib}}
|
||||
|
||||
cp --recursive ${nixDirectory}/store $out/nix/store
|
||||
cp --recursive ${nixDirectory}/var $out/nix/var
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue