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

37 lines
966 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.11";
rev = ''
0218941ea68b4c625533bead7bbb94ccce52dceb'';
2020-12-21 14:35:50 +01:00
};
2022-10-31 11:04:38 +01:00
in {
2020-12-21 14:35:50 +01:00
inherit nixpkgs;
2023-02-07 18:23:51 +01:00
nixos = nixpkgs // {suffix = "/nixos";};
2020-12-21 14:35:50 +01:00
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = ''
2caf4ef5005ecc68141ecb4aac271079f7371c44'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = ''
e7c66e1d78fdc7da61dc04ca0f94a8d59b034d5a'';
2020-12-21 14:35:50 +01:00
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = ''
3efe76e8efa1c2ac1f8f766ce1812a40a7861878'';
2020-12-21 14:35:50 +01:00
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.11";
rev = ''
65c47ced082e3353113614f77b1bc18822dc731f'';
2020-12-21 14:35:50 +01:00
};
}