all repos — nixfiles @ 017d0672aaa6ff6d05f5bce4f7f7bdc19f679b26

System and user configuration, managed by nix and home-manager

Banish unstable overlay

Alan Pearce
commit

017d0672aaa6ff6d05f5bce4f7f7bdc19f679b26

parent

880f752dc8d2f8c2457ddabd64623a7f4ec5a717

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M user/settings/satoshipay.nixuser/settings/satoshipay.nix
@@ -16,7 +16,7 @@ home.sessionVariables = {
KUBECTX_IGNORE_FZF = "1"; }; home.packages = with pkgs; ([ - unstable.caddy + caddy openssl mongodb-tools pgcli
@@ -37,9 +37,9 @@ kubernetes-helm
helmfile ] ++ (lib.optionals (!stdenv.isDarwin) [ - unstable.docker-compose + docker-compose - unstable.ripcord + ripcord robo3t ]));