ncdu: fix cpu impurity

This commit is contained in:
Naïm Favier
2022-10-21 16:36:51 +02:00
parent ee9ca83920
commit 6674d1f420
+3
View File
@@ -19,6 +19,9 @@ stdenv.mkDerivation rec {
PREFIX = placeholder "out";
# Avoid CPU feature impurity, see https://github.com/NixOS/nixpkgs/issues/169461
ZIG_FLAGS = "-Drelease-safe -Dcpu=baseline";
meta = with lib; {
description = "Disk usage analyzer with an ncurses interface";
homepage = "https://dev.yorhel.nl/ncdu";