config

NixOS config
Log | Files | Refs | README | LICENSE

commit 5c5cc4e145f1116779c4227d7be2d9d30fb07073 (tree)
parent f2ea7e392890da35c3101f942ea8caf625b477fc
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Tue, 14 May 2024 15:27:11 +0300

undocker: install from unstable

Diffstat:
Mmodules/profiles/desktop/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix @@ -165,7 +165,6 @@ in { rtorrent bsdgames xss-lock - undocker musl.dev qpwgraph # for pipewire audacity @@ -250,6 +249,7 @@ in { winetricks wineWowPackages.full ]) + [pkgs.pkgs-unstable.undocker] ]; # https://discourse.nixos.org/t/nixos-rebuild-switch-upgrade-networkmanager-wait-online-service-failure/30746