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

37 lines
913 B
Nix
Raw Normal View History

2020-12-21 14:35:50 +01:00
let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.11";
rev = "2d474d6a4a43a0348b78db68dc00c491032cf5cf";
2020-12-21 14:35:50 +01:00
};
in
{
inherit nixpkgs;
nixos = nixpkgs // {
suffix = "/nixos";
};
"channels-nixos-stable" = nixpkgs;
"channels-nixos-21.05" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05";
rev = "530a53dcbc9437363471167a5e4762c5fcfa34a1";
};
2020-12-21 14:35:50 +01:00
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502";
2020-12-21 14:35:50 +01:00
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "c48b9a8428d73a5f4d90ad22ca151e976cd8491a";
2020-12-21 14:35:50 +01:00
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-21.11";
rev = "d93d56ab8c1c6aa575854a79b9d2f69d491db7d0";
2020-12-21 14:35:50 +01:00
};
}