overrides: try out docker-compose v2, xdg-desktop-portal from latest
This commit is contained in:
parent
3bb6c8bc66
commit
d35fc6d8ae
|
@ -17,6 +17,7 @@ in
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker-compose
|
||||
docker-compose_2
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -5,6 +5,8 @@ channels: final: prev: {
|
|||
inherit (channels.latest)
|
||||
cachix
|
||||
deploy-rs
|
||||
docker
|
||||
docker-compose_2
|
||||
dhall
|
||||
discord
|
||||
element-desktop-wayland
|
||||
|
@ -13,6 +15,9 @@ channels: final: prev: {
|
|||
nomad
|
||||
rage
|
||||
signal-desktop
|
||||
xdg-desktop-portal
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-wlr
|
||||
;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue