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

30 lines
752 B
Nix

let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05";
rev = "733682c32929293341f113f297b64ea6319e9089";
};
in
{
inherit nixpkgs;
nixos = nixpkgs // {
suffix = "/nixos";
};
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "439b1605227b8adb1357b55ce8529d541abbe9eb";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "06667df72b73dd4a9b7351bc49bc9f7b654711ce";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-21.05";
rev = "b39647e52ed3c0b989e9d5c965e598ae4c38d7ef";
};
}