infra/nix/os/devices/steveej-rmvbl-sdep0/versions.nix

35 lines
939 B
Nix
Raw Permalink Normal View History

let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.11";
2024-11-15 10:17:56 +01:00
rev = ''0040164e473509b4aee6aedb3b923e400d6df10b'';
};
2024-11-15 10:17:56 +01:00
in
{
inherit nixpkgs;
2024-11-15 10:17:56 +01:00
nixos = nixpkgs // {
suffix = "/nixos";
};
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
2024-11-15 10:17:56 +01:00
rev = ''d9f759f2ea8d265d974a6e1259bd510ac5844c5d'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
2024-11-15 10:17:56 +01:00
rev = ''9c34c8adba80180608794cce600b10183b048942'';
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
2024-11-15 10:17:56 +01:00
rev = ''f9adb566707a492bd3d17fee1e223695d939b52a'';
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.11";
2024-11-15 10:17:56 +01:00
rev = ''d6f3ba090ed090ae664ab5bac329654093aae725'';
};
}