mirror of
https://github.com/nix-community/home-manager
synced 2024-12-04 17:09:47 +01:00
parent
2a8974098b
commit
5721e19975
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ with lib;
|
|||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
} ''
|
||||
mkdir -p "$out/bin"
|
||||
mkdir -p "$out"/{bin,lib}
|
||||
touch "$out/bin/firefox"
|
||||
chmod 755 "$out/bin/firefox"
|
||||
'';
|
||||
|
|
|
@ -15,7 +15,7 @@ with lib;
|
|||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
} ''
|
||||
mkdir -p "$out/bin"
|
||||
mkdir -p "$out"/{bin,lib}
|
||||
touch "$out/bin/firefox"
|
||||
chmod 755 "$out/bin/firefox"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue