fix: flake not loading icons
This commit is contained in:
parent
8cd552623e
commit
bdae31a055
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
|||
buildPhase = ''
|
||||
cat > ${name} <<EOF
|
||||
#! $SHELL
|
||||
${quickshell}/bin/quickshell -p ${../src}
|
||||
${quickshell}/bin/quickshell -p ${./..}/src
|
||||
EOF
|
||||
chmod +x ${name}
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue