mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Fix typo in directory name lfs -> l2s
This commit is contained in:
parent
1e0af6565c
commit
deebfe4630
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ let
|
|||
in
|
||||
|
||||
buildPkgs.runCommand "bootstrap" { } ''
|
||||
mkdir --parents $out/{.lfs,bin,etc/nix,nix,root,tmp,usr/bin}
|
||||
mkdir --parents $out/{.l2s,bin,etc/nix,nix,root,tmp,usr/bin}
|
||||
|
||||
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