1
0
Fork 0
forked from foxora/nix
flake-foxora/groups/unstable-base/default.nix

10 lines
133 B
Nix
Raw Permalink Normal View History

2026-02-16 13:51:12 +10:00
{
lib,
config,
...
}: {
nixpkgs.channels.default = {
default = lib.mkForce config.nixpkgs.channels.default.upkgs;
};
}