make directories implicit
This commit is contained in:
parent
7b8e7c3b27
commit
54b0942de6
44 changed files with 285 additions and 285 deletions
|
@ -18,10 +18,10 @@ pkgs.rustPlatform.buildRustPackage {
|
|||
pkgs.libxkbcommon
|
||||
];
|
||||
|
||||
# installPhase = ''
|
||||
# mkdir -p $out/bin
|
||||
# cp clients $out/bin/clients
|
||||
#'';
|
||||
postInstall = ''
|
||||
mkdir -p $out/bin
|
||||
cp -r $src/eww $out/bin/eww
|
||||
'';
|
||||
|
||||
meta = with pkgs.lib; {
|
||||
description = "utils for my desktop";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue