Add an example to downgrade a package

This commit is contained in:
Andreas Zweili 2022-11-01 15:23:52 +01:00
parent 1434743795
commit 7d9c97be64
1 changed files with 11 additions and 0 deletions

View File

@ -15,6 +15,17 @@ let
overlays = [
overlay-unstable
inputs.nix-alien.overlay
# (final: prev: {
# nextcloud-client = prev.nextcloud-client.overrideAttrs (_: rec {
# version = "3.6.0";
# src = pkgs.fetchFromGitHub {
# owner = "nextcloud";
# repo = "desktop";
# rev = "v${version}";
# sha256 = "sha256-wAxq5xFlofn2xEguvewMvGcel9O+CN/1AycR3tv/xMA=";
# };
# });
# })
];
};
in