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

5 lines
133 B
Nix

{lib, config, ...}: {
nixpkgs.channels.default = {
default = lib.mkForce config.nixpkgs-unstable.channels.default.pkgs;
};
}