1
0
Fork 0
nixos-config/channels.nix

14 lines
273 B
Nix
Raw Normal View History

2020-12-07 02:05:57 +00:00
let
nixos-20-09 = {
nixpkgs-channel = "nixos-20.09";
home-manager-channel = "home-manager-20.09";
};
unstable = {
nixpkgs-channel = "nixos-unstable";
home-manager-channel = "home-manager-master";
};
in {
hera = nixos-20-09;
apollo = unstable;
}