lol

Merge pull request #259441 from wamserma/fix-typo-installation

treewide: fix typo instalation -> installation

authored by

Weijia Wang and committed by
GitHub
0c0452cc 2cedfab9

+2 -2
+1 -1
pkgs/applications/audio/renoise/default.nix
··· 26 26 } 27 27 else 28 28 releasePath 29 - else throw "Platform is not supported. Use instalation native to your platform https://www.renoise.com/"; 29 + else throw "Platform is not supported. Use installation native to your platform https://www.renoise.com/"; 30 30 31 31 buildInputs = [ alsa-lib libjack2 libX11 libXcursor libXext libXrandr ]; 32 32
pkgs/applications/video/anilibria-winmaclinux/0001-fix-instalation-paths.patch pkgs/applications/video/anilibria-winmaclinux/0001-fix-installation-paths.patch
+1 -1
pkgs/applications/video/anilibria-winmaclinux/default.nix
··· 28 28 qmakeFlags = [ "PREFIX=${placeholder "out"}" ]; 29 29 30 30 patches = [ 31 - ./0001-fix-instalation-paths.patch 31 + ./0001-fix-installation-paths.patch 32 32 ./0002-disable-version-check.patch 33 33 ]; 34 34