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

31 lines
752 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.05";
2021-08-31 10:50:43 +02:00
rev = "74d017edb6717ad76d38edc02ad3210d4ad66b96";
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";
2021-08-31 10:50:43 +02:00
rev = "8d8a28b47b7c41aeb4ad01a2bd8b7d26986c3512";
2020-12-21 14:35:50 +01:00
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
2021-08-31 10:50:43 +02:00
rev = "df3f3ccc6db11bcaee44a736044ca9ce1dd5eb72";
2020-12-21 14:35:50 +01:00
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-21.05";
2021-08-31 10:50:43 +02:00
rev = "f5adb9be829f487f99bcc0f1884f74ddb85f70c8";
2020-12-21 14:35:50 +01:00
};
}