update and fix/ignore currently broken rust builds

This commit is contained in:
Kopatz
2024-08-16 12:48:52 +02:00
parent 8df7c8ef91
commit 5484575693
6 changed files with 51 additions and 30 deletions

View File

@@ -9,7 +9,7 @@ in
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
easyeffects
#easyeffects #rust build broken atm
];
};
}