From 6c8b2b0cf461b38841a7f5f8781265782f15261e Mon Sep 17 00:00:00 2001 From: Steven <57454229+pinksteven@users.noreply.github.com> Date: Wed, 16 Jul 2025 04:06:27 +0200 Subject: nix: fix typo in default.nix (#219) --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 9f440be..05c9f40 100644 --- a/default.nix +++ b/default.nix @@ -53,7 +53,7 @@ in nativeBuildInputs = [gcc makeWrapper]; buildInputs = [quickshell aubio pipewire]; - propogatedBuildInputs = runtimeDeps; + propagatedBuildInputs = runtimeDeps; buildPhase = '' mkdir -p bin -- cgit v1.2.3-freya