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 = "6c4b9f1a2fd761e2d384ef86cff0d208ca27fdca";
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 = "0fd9ee1aa36ce865ad273f4f07fdc093adeb5c00";
};
2020-12-21 14:35:50 +01:00
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "945ec499041db73043f745fad3b2a3a01e826081";
2020-12-21 14:35:50 +01:00
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "3345449b13d6c7efa847ccb6d996c5658606bb4b";
2020-12-21 14:35:50 +01:00
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-21.11";
rev = "28b9ae40c45c5e7711c353fee1b7af734e293979";
2020-12-21 14:35:50 +01:00
};
}