infra/nix/os/devices/steveej-t14/versions.nix
2022-11-03 20:46:14 +01:00

32 lines
924 B
Nix

let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = "6107f97012a0c134c5848125b5aa1b149b76d2c9";
};
in {
inherit nixpkgs;
nixos = nixpkgs // { suffix = "/nixos"; };
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "f994293d1eb8812f032e8919e10a594567cf6ef7";
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = "b3c0c4979e3405f3b267e9fd1c81c4f82d8ba44d";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "5f9496c3b644d3efeadf8d2759b70cef3528430d";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.05";
rev = "b81e128fc053ab3159d7b464d9b7dedc9d6a6891";
};
}