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

35 lines
930 B
Nix

let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = "09c32b0bda4db98d6454e910206188e85d5b04cc";
};
in
{
inherit nixpkgs;
nixos = nixpkgs // {
suffix = "/nixos";
};
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "0ea7a8f1b939d74e5df8af9a8f7342097cdf69eb";
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = "18b14a254dca6b68ca0ce2ce885ce2b550065799";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "414af487b179af0d7792134c79bb83ab2b9617ce";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.05";
rev = "4a3d01fb53f52ac83194081272795aa4612c2381";
};
}