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