github: moved to stable

This commit is contained in:
Tigor Hutasuhut 2024-07-10 09:34:58 +07:00
parent 0b2f6c9f02
commit cea1278f2b

View file

@ -1,9 +1,9 @@
{ config, lib, unstable, ... }: { config, lib, pkgs, ... }:
let let
cfg = config.profile.gh; cfg = config.profile.gh;
in in
{ {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
home.packages = [ unstable.gh ]; home.packages = [ pkgs.gh ];
}; };
} }