github: moved to stable
This commit is contained in:
parent
0b2f6c9f02
commit
cea1278f2b
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue