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 = "1bd4bbd49bef217a3d1adea43498270d6e779d65";
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 = "3b422991781220853035dbe353ba8b7cb279b6b3";
};
2020-12-21 14:35:50 +01:00
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "581d2d6c9cd5c289002203581d8aa0861963a933";
2020-12-21 14:35:50 +01:00
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "33ab1fd032128c808e7d9566843b99d0e20dad05";
2020-12-21 14:35:50 +01:00
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-21.11";
rev = "6ce1d64073f48b9bc9425218803b1b607454c1e7";
2020-12-21 14:35:50 +01:00
};
}