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 = "e06bd4b64bbfda91d74f13cb5eca89485d47528f";
};
in
{
inherit nixpkgs;
nixos = nixpkgs // {
suffix = "/nixos";
};
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "4428e23312933a196724da2df7ab78eb5e67a88e";
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = "a114755d05c1a590ece2e3ecff31e43e07334b5e";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "a885b62d4109932e8498c4bccbcdb25b1815a943";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.05";
rev = "17208be516fc36e2ab0ceb064d931e90eb88b2a3";
};
}