aboutsummaryrefslogtreecommitdiffstats
path: root/overlays/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--overlays/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index fe72269..c858ad7 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -52,14 +52,14 @@
# version = "GE-Proton10-32";
#});
- reaper = prev.reaper.overrideAttrs (old: rec {
- pname = "reaper";
- src = prev.fetchurl {
- hash = "sha256-GMNtVql069snZzvaUrw0SEygbbnafS20HSzLdQDC6yU=";
- url = "https://www.reaper.fm/files/7.x/reaper766_linux_x86_64.tar.xz";
- };
- version = "7.66";
- });
+ #reaper = prev.reaper.overrideAttrs (old: rec {
+ # pname = "reaper";
+ # src = prev.fetchurl {
+ # hash = "sha256-GMNtVql069snZzvaUrw0SEygbbnafS20HSzLdQDC6yU=";
+ # url = "https://www.reaper.fm/files/7.x/reaper766_linux_x86_64.tar.xz";
+ # };
+ # version = "7.66";
+ #});
};
#"67e692392-packages" = final: _prev: {