make directories implicit

This commit is contained in:
willifan 2025-01-13 12:03:27 +01:00
parent 7b8e7c3b27
commit 54b0942de6
44 changed files with 285 additions and 285 deletions

View file

@ -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";