fix: package having the wrong name
This commit is contained in:
parent
4bd09169bd
commit
4d8b77feb4
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ stdenv.mkDerivation {
|
|||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp ${quickshell}/bin/quickshell $out/bin
|
||||
cp ${quickshell}/bin/quickshell $out/bin/nysh
|
||||
|
||||
wrapProgram $out/bin/quickshell \
|
||||
wrapProgram $out/bin/nysh \
|
||||
--add-flags "-p ${./..}/src"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue