diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-07-28 09:23:48 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-07-28 09:23:48 -0700 |
commit | 66b6760e6e029eeb42f56d88a947c20bc75f8140 (patch) | |
tree | 459beb94b19e90a07ea2228571c2d9968881205e | |
parent | 37f43c50a5f130707f9202f74db70e88009a6565 (diff) | |
download | nix-66b6760e6e029eeb42f56d88a947c20bc75f8140.tar nix-66b6760e6e029eeb42f56d88a947c20bc75f8140.tar.gz nix-66b6760e6e029eeb42f56d88a947c20bc75f8140.tar.bz2 nix-66b6760e6e029eeb42f56d88a947c20bc75f8140.tar.lz nix-66b6760e6e029eeb42f56d88a947c20bc75f8140.tar.xz nix-66b6760e6e029eeb42f56d88a947c20bc75f8140.tar.zst nix-66b6760e6e029eeb42f56d88a947c20bc75f8140.zip |
Remove temporarily broken audacity
-rw-r--r-- | hosts/common/optional/sound.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/sound.nix b/hosts/common/optional/sound.nix index 1e4cea4..8f733d2 100644 --- a/hosts/common/optional/sound.nix +++ b/hosts/common/optional/sound.nix @@ -3,7 +3,7 @@ environment = { systemPackages = [ pkgs.artyFX - pkgs.master.audacity + #pkgs.master.audacity pkgs.bespokesynth pkgs.boops pkgs.cardinal |