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

36 lines
930 B
Nix
Raw Normal View History

2020-12-21 14:35:50 +01:00
let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = "5c211b47aeadcc178c5320afd4e74c7eed5c389f";
2020-12-21 14:35:50 +01:00
};
in
{
inherit nixpkgs;
nixos = nixpkgs // {
suffix = "/nixos";
};
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "c4a0efdd5a728e20791b8d8d2f26f90ac228ee8d";
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = "71d9ee04f44051acbca335b6c5f583902e329987";
2020-12-21 14:35:50 +01:00
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "25dd3459beaec1a5391178150d6491885835ec57";
2020-12-21 14:35:50 +01:00
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.05";
rev = "4a3d01fb53f52ac83194081272795aa4612c2381";
2020-12-21 14:35:50 +01:00
};
}