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

37 lines
969 B
Nix

let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.11";
rev = ''
6a0d2701705c3cf6f42c15aa92b7885f1f8a477f'';
};
in {
inherit nixpkgs;
nixos = nixpkgs // { suffix = "/nixos"; };
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = ''
677ed08a50931e38382dbef01cba08a8f7eac8f6'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = ''
ac949b889280f7258021d7af4e08d619bd7686a8'';
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = ''
0bf714e78e85a0e2f21fce95d12a1be304caae92'';
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.11";
rev = ''
89a8ba0b5b43b3350ff2e3ef37b66736b2ef8706'';
};
}