github: moved to stable
This commit is contained in:
parent
0b2f6c9f02
commit
cea1278f2b
|
@ -1,9 +1,9 @@
|
|||
{ config, lib, unstable, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
cfg = config.profile.gh;
|
||||
in
|
||||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = [ unstable.gh ];
|
||||
home.packages = [ pkgs.gh ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue