overlays/pcloud: init

This commit is contained in:
2025-02-24 10:42:47 +01:00
parent 6cacc32ec7
commit b1f2e24b2b
3 changed files with 26 additions and 1 deletions

View File

@@ -105,6 +105,11 @@
in [
(import ./overlays/wayland-ime-integration.nix)
(import ./overlays/pcloud.nix {
inherit (nixpkgs) lib;
pkgs = nonrecursive-unstable-pkgs;
})
(final: prev: {
mpd = prev.mpd.overrideAttrs (prev': {
version = "v0.23.16-unstable";