infra/nix/os/devices/steveej-t14/versions.nix

30 lines
752 B
Nix

let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09";
rev = "d395190b24b27a65588f4539c423d9807ad8d4e7";
};
in
{
inherit nixpkgs;
nixos = nixpkgs // {
suffix = "/nixos";
};
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "d3f7e969b9860fb80750147aeb56dab1c730e756";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "dba181a2dc511c6039115a4ee181bba4184d353f";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-20.09";
rev = "209566c752c4428c7692c134731971193f06b37c";
};
}