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 = ''
|
buildPhase = ''
|
||||||
cat > ${name} <<EOF
|
cat > ${name} <<EOF
|
||||||
#! $SHELL
|
#! $SHELL
|
||||||
${quickshell}/bin/quickshell -p ${../src}
|
${quickshell}/bin/quickshell -p ${./..}/src
|
||||||
EOF
|
EOF
|
||||||
chmod +x ${name}
|
chmod +x ${name}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Reference in a new issue