mirror of
https://github.com/nix-community/home-manager
synced 2024-12-04 08:59:46 +01:00
parent
5721e19975
commit
7efd99ef87
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,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