fix: flake not loading icons

This commit is contained in:
Nydragon 2024-08-26 04:02:59 +02:00
parent 8cd552623e
commit bdae31a055
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g

View file

@ -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}
''; '';