diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-02-22 10:02:11 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-02-22 10:02:11 -0800 |
| commit | 392f18f42fca61fee76274ab9779560c91ba3a4f (patch) | |
| tree | 83e5e14b1f856a7b199fe9cc8f685526cc6af1ed /hosts | |
| parent | af1e7171e46727f9ae3d485751c00ad5d042c661 (diff) | |
| download | nix-392f18f42fca61fee76274ab9779560c91ba3a4f.tar nix-392f18f42fca61fee76274ab9779560c91ba3a4f.tar.gz nix-392f18f42fca61fee76274ab9779560c91ba3a4f.tar.bz2 nix-392f18f42fca61fee76274ab9779560c91ba3a4f.tar.lz nix-392f18f42fca61fee76274ab9779560c91ba3a4f.tar.xz nix-392f18f42fca61fee76274ab9779560c91ba3a4f.tar.zst nix-392f18f42fca61fee76274ab9779560c91ba3a4f.zip | |
Revert to local Reaper version override
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/caladan/default.nix | 2 | ||||
| -rw-r--r-- | hosts/common/optional/sound.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/caladan/default.nix b/hosts/caladan/default.nix index c25eddb..b0b5196 100644 --- a/hosts/caladan/default.nix +++ b/hosts/caladan/default.nix @@ -139,7 +139,7 @@ outputs.overlays.additions outputs.overlays.modifications outputs.overlays.master-packages - outputs.overlays.my-nixpkgs-packages + #outputs.overlays.my-nixpkgs-packages #outputs.overlays.pr490633-packages outputs.overlays.stable-packages #outputs.overlays.wine9_22-packages diff --git a/hosts/common/optional/sound.nix b/hosts/common/optional/sound.nix index cb282d2..3a2e7ea 100644 --- a/hosts/common/optional/sound.nix +++ b/hosts/common/optional/sound.nix @@ -24,7 +24,7 @@ pkgs.oxefmsynth pkgs.polyphone pkgs.qsynth - pkgs.my-nixpkgs.reaper + pkgs.reaper pkgs.rosegarden pkgs.samplv1 pkgs.sfizz |
