diff options
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |