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 = ''
a575c243c23e2851b78c00e9fa245232926ec32f'';
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 = ''
e3652e0735fbec227f342712f180f4f21f0594f2'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = ''
3364b5b117f65fe1ce65a3cdd5612a078a3b31e3'';
2020-12-21 14:35:50 +01:00
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = ''
737c94a12c7e622f295d6a352000a23db96ed6fa'';
2020-12-21 14:35:50 +01:00
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.11";
rev = ''
83110c259889230b324bb2d35bef78bf5f214a1f'';
2020-12-21 14:35:50 +01:00
};
}